added a missing delete which resulted in a small memory leak on each wxExecute()...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2004 19:10:42 +0000 (19:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2004 19:10:42 +0000 (19:10 +0000)
commit51036b441d580061db2afa4f58cdb56b77b146cb
treebc893bf9a2de85eaf2ba4bf57d8fcc8a0e90edd6
parent02272c9c3e902dbc910b702744b750d2b978f4bb
added a missing delete which resulted in a small memory leak on each wxExecute() (fixes 926802)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/app.cpp