mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
r22990: free temporary memory also on success...
metze
(This used to be commit 876a6ef485
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fe1d56dd3b
commit
9b4a689c98
@ -237,6 +237,7 @@ krb5_error_code principal_from_credentials(TALLOC_CTX *parent_ctx,
|
||||
talloc_free(mem_ctx);
|
||||
return ret;
|
||||
}
|
||||
talloc_free(mem_ctx);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user