summaryrefslogtreecommitdiffstats
path: root/qt-gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r--qt-gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp
index e3a8ad5aa..dfc1df19d 100644
--- a/qt-gui.cpp
+++ b/qt-gui.cpp
@@ -113,8 +113,8 @@ void exit_ui(void)
#endif
if (existing_filename)
free((void *)existing_filename);
- if (default_dive_computer_device)
- free((void *)default_dive_computer_device);
+// if (default_dive_computer_device)
+// free((void *)default_dive_computer_device);
}
void set_filename(const char *filename, gboolean force)