X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c9919467b422edf561753db25605bc7aa293b55..43fd7dbd797dc3977376146b5d0751d974e089a1:/src/x11/evtloop.cpp diff --git a/src/x11/evtloop.cpp b/src/x11/evtloop.cpp index 6cd9b2b24a..2c78103d9a 100644 --- a/src/x11/evtloop.cpp +++ b/src/x11/evtloop.cpp @@ -6,7 +6,7 @@ // Created: 01.06.01 // RCS-ID: $Id$ // Copyright: (c) 2002 Julian Smart -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -162,8 +162,7 @@ int wxGUIEventLoop::Run() OnExit(); int exitcode = m_impl->GetExitCode(); - delete m_impl; - m_impl = NULL; + wxDELETE(m_impl); return exitcode; }