mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-12 08:16:09 -07:00
maybe fixed loading/unloading bug.
This commit is contained in:
parent
2deb4b6b46
commit
1a3c006469
6 changed files with 91 additions and 37 deletions
|
@ -63,6 +63,7 @@ extern "C" void ExitGraphics(void)
|
|||
if (!gui)
|
||||
return;
|
||||
|
||||
delete gui;
|
||||
gui->Exit();
|
||||
//delete gui;
|
||||
gui = NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue