]> git.saurik.com Git - wxWidgets.git/commit
Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for...
authorJulian Smart <julian@anthemion.co.uk>
Fri, 14 Mar 2008 14:18:15 +0000 (14:18 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 14 Mar 2008 14:18:15 +0000 (14:18 +0000)
commitfb9bea06cfde83c7b4945c5b76cf94e5b58377b3
tree17ad0ffa425eaf1699803dc24beda43a9284f528
parent8a5a7042f1eb9a0f3e13de7f23b8dc654333826d
Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)

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