mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[COMP]
Fix resource leak svn path=/trunk/; revision=54030
This commit is contained in:
parent
d2a93ea6d9
commit
cc5d780806
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue