X-Git-Url: http://git.thejh.net/?p=cleanmysourcetree.git;a=blobdiff_plain;f=cleanmysourcetree.c;h=f989b72078b18b119f15b7d84ba780be569d4ce3;hp=f324059ee86145de319f92f0d3ffaed438d1efb1;hb=a005b735551edafb2bd47260bf34cccbc119fc9b;hpb=78cea3f4a40371d0273625b0f03dca001acf1e08;ds=inline diff --git a/cleanmysourcetree.c b/cleanmysourcetree.c index f324059..f989b72 100644 --- a/cleanmysourcetree.c +++ b/cleanmysourcetree.c @@ -115,6 +115,7 @@ static void add_files_recursive(const char *current_path) { } } add_dir(current_path); + closedir(d); } volatile bool child_quit = false;