mirror of https://github.com/xfarrow/dircomp.git
Memory leak
This commit is contained in:
parent
6eaf0de2ee
commit
28f5b6db95
|
@ -204,6 +204,7 @@ bool analyze_directories(char* directory_to_analyze_1, char* directory_to_analyz
|
||||||
free(directory_to_analyze_1);
|
free(directory_to_analyze_1);
|
||||||
free(directory_to_analyze_2);
|
free(directory_to_analyze_2);
|
||||||
closedir(directory1);
|
closedir(directory1);
|
||||||
|
closedir(directory2);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue