mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Move sfree inside if.
(cherry picked from commit 0f5299e5a86e87068277b19c008ff5eb0f78d022)
This commit is contained in:
parent
a01f3bfdad
commit
63597ea215
@ -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