]> git.saurik.com Git - wxWidgets.git/commit
fix heap corruption bug: use delete[] to delete a buffer allocated with new[], not...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Jul 2008 02:34:29 +0000 (02:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 14 Jul 2008 02:34:29 +0000 (02:34 +0000)
commit4563378999820f27a37155e99b0bc03b2536657f
treee1d72d6ad4d3a960cfe54ab73f4913bb57f9c365
parente7ce668e1db4471bf59049571be288233b1322f3
fix heap corruption bug: use delete[] to delete a buffer allocated with new[], not delete

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