1
0
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:
Stefan Metzmacher
2007-05-18 07:58:37 +00:00
committed by Gerald (Jerry) Carter
parent fe1d56dd3b
commit 9b4a689c98

View File

@ -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;
}