mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[COMP]
Fix resource leak svn path=/trunk/; revision=54030
This commit is contained in:
@@ -149,6 +149,7 @@ int _tmain (int argc, TCHAR *argv[])
|
||||
if ((fp2 = fopen(File2, "r")) == NULL)
|
||||
{
|
||||
_tprintf(_T("Can't find/open file: %s\n"), File2);
|
||||
fclose(fp1);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user