1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-24 23:53:09 +00:00

small cleanup

This commit is contained in:
Bret Curtis 2023-04-24 13:31:56 +02:00
parent 15354d721d
commit 9a7e5c3f73

View file

@ -98,8 +98,7 @@ CS::Editor::~Editor()
{
delete mViewManager;
QLockFile lock = QLockFile(QFileInfo(mPid.c_str()).absoluteFilePath() + ".lock");
lock.unlock();
mLockFile.unlock();
mPidFile.close();