From 63a4e065562b8d58ca745cdea5474b6a9a32a90f Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 4 Oct 2008 19:36:27 +0000 Subject: [PATCH] - Attempt to fix single instance code on Qt 4.4 --- src/GUI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI.cpp b/src/GUI.cpp index 05d9b823d..5910d24c2 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -264,6 +264,7 @@ GUI::~GUI() { delete myTrayIconMenu; } qDebug("2"); + localServer->close(); delete localServer; delete connecStatusLblIcon; delete tabs;