From ec7506e5e5111d04c6901ce374628da95ffb13bf Mon Sep 17 00:00:00 2001 From: Tamas TEVESZ Date: Thu, 8 Apr 2010 21:50:04 +0200 Subject: [PATCH] Plug leak --- WINGs/proplist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/WINGs/proplist.c b/WINGs/proplist.c index 7d6d3c45..b6cc1ab2 100644 --- a/WINGs/proplist.c +++ b/WINGs/proplist.c @@ -1746,5 +1746,6 @@ int wrmdirhier(const char *path) } + fts_close(fts); return 1; } -- 2.11.4.GIT