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

BUG 9758: Don't leak the epm_Map policy handle.

Reviewed-by: Alexander Bokovoy <ab@samba.org>

Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Tue Apr  2 17:16:56 CEST 2013 on sn-devel-104
This commit is contained in:
Andreas Schneider 2013-04-02 13:08:19 +02:00 committed by Alexander Bokovoy
parent 257d2ef527
commit 5e9195756e

View File

@ -249,6 +249,10 @@ static void rpc_ep_monitor_loop(struct tevent_req *subreq)
ok = false;
}
dcerpc_epm_LookupHandleFree(state->h,
tmp_ctx,
&entry_handle,
&result);
talloc_free(tmp_ctx);
subreq = tevent_wakeup_send(state->mem_ctx,