X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abd694417a84479d6e994f088ac2e1d76327dae0..11f87a381bd9d0fe195ff1a3802ae141413d7c2e:/src/palmos/app.cpp diff --git a/src/palmos/app.cpp b/src/palmos/app.cpp index 9c09f2336f..8ff97b1088 100644 --- a/src/palmos/app.cpp +++ b/src/palmos/app.cpp @@ -209,8 +209,7 @@ void wxApp::CleanUp() // unregister the classes now UnregisterWindowClasses(); - delete wxWinHandleHash; - wxWinHandleHash = NULL; + wxDELETE(wxWinHandleHash); } // ----------------------------------------------------------------------------