X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1436bf0bededbfbad720d0f03ae0bdd0c3464d50..74a8f67d96591cec101def2a7d47c64072aff7fd:/src/common/hash.cpp 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; }