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:
parent
257d2ef527
commit
5e9195756e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user