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

Merge pull request #4895 from janisozaur/fixes

memory leak plugs, initialisation of fields
This commit is contained in:
Ted John
2016-12-20 10:43:05 +00:00
committed by GitHub
5 changed files with 11 additions and 6 deletions

View File

@@ -122,6 +122,7 @@ extern "C"
Memory::Free(seq->Saves[i]);
}
Memory::Free(seq->Saves);
Memory::Free(seq);
}
}