move the code freeing temporary argv array to wxEntry(HINSTANCE) overload to avoid...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Mar 2006 23:06:54 +0000 (23:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 3 Mar 2006 23:06:54 +0000 (23:06 +0000)
commit48733d474148267a7e1008b2bd019451d632ce17
treef368c5d7353e3673a702f9c119f6714d795e8070
parent5ff845876ff171e2c9f3d543f30c37dff2599a2e
move the code freeing temporary argv array to wxEntry(HINSTANCE) overload to avoid doing it twice in some cases

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