X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=lib%2Ftevent%2Ftevent.c;h=56d0da39276ee3489b59b8d81ab495d601266903;hp=0c02e46f3ca16e6478fe820ae459d5272e4dfcbc;hb=76d91156c82e20bbd68c752376cb814d71759033;hpb=be4ac227842530d484659f2db683453366326d8b diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c index 0c02e46f3ca..56d0da39276 100644 --- a/lib/tevent/tevent.c +++ b/lib/tevent/tevent.c @@ -148,6 +148,8 @@ int tevent_common_context_destructor(struct tevent_context *ev) if (ev->pipe_fde) { talloc_free(ev->pipe_fde); + close(ev->pipe_fds[0]); + close(ev->pipe_fds[1]); ev->pipe_fde = NULL; }