mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-18 05:11:15 +00:00
Fix free in minimfc (#107)
This commit is contained in:
parent
9b8bbc3e76
commit
95eed31087
@ -81,7 +81,7 @@ int main(int argc, char* argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
int result = wndTop->ExitInstance();
|
int result = wndTop->ExitInstance();
|
||||||
free(afxCurrentAppName);
|
delete[] afxCurrentAppName;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user