allocate string freed with free() later using malloc(), not new[] (fixes patch 772404)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jul 2003 12:44:15 +0000 (12:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jul 2003 12:44:15 +0000 (12:44 +0000)
commitf252f8c35dc04e75d9ee57d1eff4b98149be797a
tree8305cd2e0d7e1826f06dc704ac218bf14eb4e5ef
parent320656c46525c0c09153ba71aa389914b5f5b66e
allocate string freed with free() later using malloc(), not new[] (fixes patch 772404)

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