summaryrefslogtreecommitdiff
path: root/src/info_gui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/info_gui.cc')
-rw-r--r--src/info_gui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/info_gui.cc b/src/info_gui.cc
index 4865ae0..db23827 100644
--- a/src/info_gui.cc
+++ b/src/info_gui.cc
@@ -67,6 +67,7 @@ InfoGui::InfoGui(QApplication *a, QWidget *p): Info()
InfoGui::~InfoGui()
{
+ pthread_mutex_destroy(&mutex);
}
void InfoGui::setParent(QWidget *p)