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:
parent
d8fdb49451
commit
0f5299e5a8
@ -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
|
||||
}
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user