]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxgui.cpp
Merge pull request #277 from pwpiwi/clang_warnings
[proxmark3-svn] / client / proxgui.cpp
index fabbd204d20ffc9738a26c017ee62491aa3f5095..7dcb0da0fec3cbe8765049d6ca69a2af40c3fa0f 100644 (file)
@@ -1,4 +1,6 @@
 //-----------------------------------------------------------------------------
+// Copyright (C) 2009 Michael Gernoth <michael at gernoth.net>
+//
 // This code is licensed to you under the terms of the GNU GPL, version 2 or,
 // at your option, any later version. See the LICENSE.txt file for the text of
 // the license.
@@ -61,6 +63,7 @@ extern "C" void ExitGraphics(void)
   if (!gui)
     return;
 
-  delete gui;
+  gui->Exit();
+  //delete gui;
   gui = NULL;
 }
Impressum, Datenschutz