mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed a small memory leak in SystemData.
This commit is contained in:
parent
e0e358e5f4
commit
5bcb9446f4
|
@ -90,6 +90,8 @@ SystemData::~SystemData()
|
|||
writeMetaData();
|
||||
}
|
||||
|
||||
if (!mEnvData->mStartPath.empty())
|
||||
delete mEnvData;
|
||||
delete mRootFolder;
|
||||
delete mFilterIndex;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue