X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a553f2674865fa544d04ca7b8194e30c008644ae..1c70664ae75332e17466e8d7bcba718e406da36c:/client/proxgui.cpp diff --git a/client/proxgui.cpp b/client/proxgui.cpp index fabbd204..7dcb0da0 100644 --- a/client/proxgui.cpp +++ b/client/proxgui.cpp @@ -1,4 +1,6 @@ //----------------------------------------------------------------------------- +// Copyright (C) 2009 Michael Gernoth +// // 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; }