1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Fix creation of new title sequences

This commit is contained in:
Ted John
2016-11-29 13:42:24 +00:00
parent a66ce50db8
commit 975cb43137
7 changed files with 50 additions and 3 deletions

View File

@@ -111,7 +111,6 @@ public:
{
zip_replace(_zip, index, source);
}
zip_source_free(source);
}
};