1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

registry: don't leak on success path in regdb_store_keys().

Michael
(This used to be commit 331d7fd2ea)
This commit is contained in:
Michael Adam 2008-03-17 01:05:48 +01:00
parent a0d4c1e127
commit 46ea0d333e

View File

@ -618,6 +618,7 @@ bool regdb_store_keys(const char *key, REGSUBKEY_CTR *ctr)
goto fail;
}
TALLOC_FREE(ctx);
return true;
cancel: