removed double free

This commit is contained in:
SwitchJS Dev 2019-10-27 18:23:53 -04:00 committed by GitHub
parent 9104b85143
commit 7ec5c4d5c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -431,7 +431,6 @@ void launch_tools()
if (launch_payload(dir, false))
{
EPRINTF("Failed to launch payload.");
free(dir);
}
}