mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01: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