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

r1647: destroy mem_ctx

metze
(This used to be commit 973ac69a01)
This commit is contained in:
Stefan Metzmacher 2004-08-04 07:44:14 +00:00 committed by Gerald (Jerry) Carter
parent 07aa4d8fe2
commit ae24bf5251

View File

@ -1713,7 +1713,9 @@ BOOL torture_rpc_netlogon(int dummy)
ret = False;
}
torture_rpc_close(p);
talloc_destroy(mem_ctx);
torture_rpc_close(p);
torture_leave_domain(join_ctx);