You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
fix freeing of stack memory
This commit is contained in:
@@ -409,8 +409,6 @@ void platform_get_user_directory(utf8 *outPath, const utf8 *subDirectory)
|
||||
} else {
|
||||
outPath[0] = 0;
|
||||
}
|
||||
|
||||
free(wOutPath);
|
||||
}
|
||||
|
||||
void platform_show_messagebox(char *message)
|
||||
|
||||
Reference in New Issue
Block a user