1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Move sfree inside if.

(cherry picked from commit 0f5299e5a8)
This commit is contained in:
Owen Dunn 2015-11-27 19:52:46 +00:00 committed by Simon Tatham
parent a01f3bfdad
commit 63597ea215

View File

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