1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r14035: Fix Coverity bug # 124

(This used to be commit 9fe21fd032)
This commit is contained in:
Volker Lendecke 2006-03-08 08:41:36 +00:00 committed by Gerald (Jerry) Carter
parent 991fd6c28e
commit 3cc8b8125a

View File

@ -396,6 +396,7 @@ static NTSTATUS sam_account_from_delta(struct samu *account, SAM_ACCOUNT_INFO *d
if (STRING_CHANGED) if (STRING_CHANGED)
pdb_set_munged_dial(account, new_string, PDB_CHANGED); pdb_set_munged_dial(account, new_string, PDB_CHANGED);
SAFE_FREE(new_string);
} }
/* User and group sid */ /* User and group sid */