X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51fb8678192eaba41e4a446f092c0027d786bd05..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/msw/private/fswatcher.h diff --git a/include/wx/msw/private/fswatcher.h b/include/wx/msw/private/fswatcher.h index c6cbdf3d34..86f91dc3d0 100644 --- a/include/wx/msw/private/fswatcher.h +++ b/include/wx/msw/private/fswatcher.h @@ -3,7 +3,6 @@ // Purpose: File system watcher impl classes // Author: Bartosz Bekier // Created: 2009-05-26 -// RCS-ID: $Id$ // Copyright: (c) 2009 Bartosz Bekier // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -50,7 +49,7 @@ public: m_path); } } - delete m_overlapped; + free(m_overlapped); } bool IsOk() const