Fix deletion of array in fswatcher_inotify

This commit is contained in:
Ian McInerney
2019-08-28 17:37:18 +02:00
committed by paulcor
parent df450566dd
commit 2f8b2d9a8e

View File

@@ -533,7 +533,7 @@ protected:
}
m_cookies.erase(it);
delete &inevt;
delete[] (char*)&inevt;
it = m_cookies.begin();
}
}