Fix fatal bug with deleting the old contents in wxScopedArray::reset().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Dec 2011 15:43:14 +0000 (15:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Dec 2011 15:43:14 +0000 (15:43 +0000)
commit8c167bb199fc017a4db5dd5bdaec648f51aa0d1f
treef5b2a4f0bc8f6e47b1f9153dbc95227362ea3029
parent7182483bf7f81ea38a65f452f6cf4061de3bfb70
Fix fatal bug with deleting the old contents in wxScopedArray::reset().

"delete" was wrongly used instead of "delete[]".

Closes #13806.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/scopedarray.h