Fix deletion of array in fswatcher_inotify
This commit is contained in:
@@ -533,7 +533,7 @@ protected:
|
||||
}
|
||||
|
||||
m_cookies.erase(it);
|
||||
delete &inevt;
|
||||
delete[] (char*)&inevt;
|
||||
it = m_cookies.begin();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user