]> git.saurik.com Git - wxWidgets.git/commit
Don't call IAutoComplete::Init() twice for the same control as this leaks memory...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Jul 2009 14:30:29 +0000 (14:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Jul 2009 14:30:29 +0000 (14:30 +0000)
commit68e6eb7d678e41eb3949fc682b7a9329bff2f3ec
tree483ed2df34219f70d17e086b21d5a3751a384307
parenta7f2b179fbc5b731987c34356e14b41cc257a90c
Don't call IAutoComplete::Init() twice for the same control as this leaks memory, just change the strings used for completion instead (closes #10968)

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