mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +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();
|
||||
free(afxCurrentAppName);
|
||||
delete[] afxCurrentAppName;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user