1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

r19066: Fix a memleak

This commit is contained in:
Volker Lendecke 2006-10-04 16:33:42 +00:00 committed by Gerald (Jerry) Carter
parent 45628f71cf
commit c53e2e5475

View File

@ -350,6 +350,7 @@ enum winbindd_result init_child_connection(struct winbindd_domain *domain,
if ((request == NULL) || (response == NULL) || (state == NULL)) {
DEBUG(0, ("talloc failed\n"));
TALLOC_FREE(mem_ctx);
continuation(private_data, False);
return WINBINDD_ERROR;
}