fix another memory leak

svn path=/trunk/; revision=28090
This commit is contained in:
Christoph von Wittich 2007-08-02 01:13:28 +00:00
parent 2ab8c8635c
commit 2e7009f963

View file

@ -872,7 +872,7 @@ INT cmd_copy (LPTSTR cmd, LPTSTR param)
FindClose(hFile);
if (arg!=NULL)
cmd_free(arg);
freep(arg);
return 0;
}