X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1436bf0bededbfbad720d0f03ae0bdd0c3464d50..61b98a2dac629cb5dbe1a6834ace6a33ba4eb103:/src/common/hash.cpp?ds=sidebyside diff --git a/src/common/hash.cpp b/src/common/hash.cpp index 1e36fec843..8c7049b6b4 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp @@ -135,9 +135,7 @@ void wxHashTableBase::Destroy() { Clear(); - delete[] m_table; - - m_table = NULL; + wxDELETEA(m_table); m_size = 0; }