- fixed memory leak in savegame menu.

This commit is contained in:
Christoph Oelckers 2019-12-28 13:08:34 +01:00
parent 2b95808d42
commit 1e16998cac

View file

@ -410,6 +410,7 @@ unsigned FSavegameManager::ExtractSaveData(int index)
}
}
}
sjson_destroy_context(ctx);
}
delete resf;
}