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:
parent
a0d4c1e127
commit
46ea0d333e
@ -618,6 +618,7 @@ bool regdb_store_keys(const char *key, REGSUBKEY_CTR *ctr)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
TALLOC_FREE(ctx);
|
||||
return true;
|
||||
|
||||
cancel:
|
||||
|
Loading…
Reference in New Issue
Block a user