1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 15:24:49 -05:00

Move sfree inside if.

This commit is contained in:
Owen Dunn 2015-11-27 19:52:46 +00:00
parent d8fdb49451
commit 0f5299e5a8

View File

@ -400,8 +400,8 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
if (! setprocessacl(error)) {
logevent(NULL, "Could not restrict process ACL: %s",
error);
sfree(error);
}
sfree(error);
#endif
}
/*