1
0
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:
IntelOrca
2015-08-05 02:22:17 +01:00
parent cec486839c
commit 36aacdf455

View File

@@ -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)