Free calloc()'d pointer correctly in wxFSWatchEntryMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 May 2011 19:35:13 +0000 (19:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 May 2011 19:35:13 +0000 (19:35 +0000)
commit1ee1662007756286fbd09004700a55ed7f866703
treea48834f523a631fb3663ce7e8c96eb825645b3e6
parentff5bf31cb107363ab0fa8ce42729d71b525611be
Free calloc()'d pointer correctly in wxFSWatchEntryMSW.

OVERLAPPED struct was allocated using calloc() but deleted later. Fix this by
deallocating it with free() instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/fswatcher.h