projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed extra membersections (patch 1702329)
[wxWidgets.git]
/
src
/
gtk1
/
evtloop.cpp
diff --git
a/src/gtk1/evtloop.cpp
b/src/gtk1/evtloop.cpp
index b610e01a75c5098cd2905453ca03e6b8c009b464..8f5dfb1341fe25941fe656df62722f881095874e 100644
(file)
--- a/
src/gtk1/evtloop.cpp
+++ b/
src/gtk1/evtloop.cpp
@@
-75,6
+75,8
@@
int wxEventLoop::Run()
gtk_main();
+ OnExit();
+
int exitcode = m_impl->GetExitCode();
delete m_impl;
m_impl = NULL;