summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-06-13 19:03:25 (UTC)
committer harlekin <harlekin>2002-06-13 19:03:25 (UTC)
commit9939c618389465ef5837bf510186d583891e65e3 (patch) (unidiff)
tree5857e9fd68618b033414204ebdffd2e8b3ef5961
parent9976f7357601e33c4a1984bf79a68ac344fdd188 (diff)
downloadopie-9939c618389465ef5837bf510186d583891e65e3.zip
opie-9939c618389465ef5837bf510186d583891e65e3.tar.gz
opie-9939c618389465ef5837bf510186d583891e65e3.tar.bz2
fix leak
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/applet/bluezapplet.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/opietooth/applet/bluezapplet.cpp b/noncore/net/opietooth/applet/bluezapplet.cpp
index 39a9c6e..a380ac7 100644
--- a/noncore/net/opietooth/applet/bluezapplet.cpp
+++ b/noncore/net/opietooth/applet/bluezapplet.cpp
@@ -151,14 +151,16 @@ namespace OpieTooth {
151 setBluezDiscoveryStatus(1); 151 setBluezDiscoveryStatus(1);
152 timerEvent(NULL); 152 timerEvent(NULL);
153 break; 153 break;
154 //case 7: 154 //case 7:
155 // With table of currently-detected devices. 155 // With table of currently-detected devices.
156 } 156 }
157 delete menu;
157 } 158 }
158 159
160
159/** 161/**
160 * Launches the bluetooth manager 162 * Launches the bluetooth manager
161 */ 163 */
162 void BluezApplet::launchManager() { 164 void BluezApplet::launchManager() {
163 QCopEnvelope e("QPE/System", "execute(QString)"); 165 QCopEnvelope e("QPE/System", "execute(QString)");
164 e << QString("bluetooth-manager"); 166 e << QString("bluetooth-manager");