mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
- fixed memory leak in savegame menu.
This commit is contained in:
parent
2b95808d42
commit
1e16998cac
1 changed files with 1 additions and 0 deletions
|
@ -410,6 +410,7 @@ unsigned FSavegameManager::ExtractSaveData(int index)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sjson_destroy_context(ctx);
|
||||||
}
|
}
|
||||||
delete resf;
|
delete resf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue