mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:03:00 +00:00
fix another memory leak
svn path=/trunk/; revision=28090
This commit is contained in:
parent
2ab8c8635c
commit
2e7009f963
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ INT cmd_copy (LPTSTR cmd, LPTSTR param)
|
||||||
|
|
||||||
FindClose(hFile);
|
FindClose(hFile);
|
||||||
if (arg!=NULL)
|
if (arg!=NULL)
|
||||||
cmd_free(arg);
|
freep(arg);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue