projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add files necessary to run Expat configure.
[wxWidgets.git]
/
src
/
motif
/
app.cpp
diff --git
a/src/motif/app.cpp
b/src/motif/app.cpp
index e9fbf1b7d2d46e8b8e2c4a787df7badf4f2735fd..4216c8796edd38ae769028a909fc750466afe323 100644
(file)
--- a/
src/motif/app.cpp
+++ b/
src/motif/app.cpp
@@
-269,8
+269,7
@@
void wxApp::CleanUp()
{
wxAppBase::CleanUp();
- delete wxWidgetHashTable;
- wxWidgetHashTable = NULL;
+ wxDELETE(wxWidgetHashTable);
delete m_mainLoop;