]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
Fix AUI appearance when a maximized pane becomes floating.
[wxWidgets.git] / src / motif / evtloop.cpp
index 7fd2475e668067e98297fdfc4c3a864a9835d09b..f5041784f4c3f60551b97a155bb0d2bb3d8dc8a2 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01.11.02
 // RCS-ID:      $Id$
 // Copyright:   (c) 2002 Mattia Barbon
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -121,8 +121,7 @@ int wxGUIEventLoop::Run()
     OnExit();
 
     int exitcode = m_impl->GetExitCode();
-    delete m_impl;
-    m_impl = NULL;
+    wxDELETE(m_impl);
 
     return exitcode;
 }