projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix LUA script errors
[proxmark3-svn]
/
client
/
proxguiqt.cpp
diff --git
a/client/proxguiqt.cpp
b/client/proxguiqt.cpp
index 3805411d226e388493e3418fcba8d41a03c71b60..506b8138c9002a486d8a97694af02b80fd28d670 100644
(file)
--- a/
client/proxguiqt.cpp
+++ b/
client/proxguiqt.cpp
@@
-84,6
+84,7
@@
void ProxGuiQT::_HideGraphWindow(void)
void ProxGuiQT::_Exit(void) {
delete this;
}
+
void ProxGuiQT::MainLoop()
{
plotapp = new QApplication(argc, argv);
@@
-110,7
+111,7
@@
ProxGuiQT::~ProxGuiQT(void)
//}
if (plotapp) {
plotapp->quit();
- delete plotapp;
+
//
delete plotapp;
plotapp = NULL;
}
}
Impressum
,
Datenschutz