summaryrefslogtreecommitdiff
authorzecke <zecke>2002-06-28 16:30:08 (UTC)
committer zecke <zecke>2002-06-28 16:30:08 (UTC)
commite72d93a703f4b38109f8f02ec96a759d93b8f91c (patch) (unidiff)
tree39d6725fa1061965c64c42dabb663a3cfdc1c976
parentce221c2cf5b003f1033e6f0b603670ceb0bff7c7 (diff)
downloadopie-e72d93a703f4b38109f8f02ec96a759d93b8f91c.zip
opie-e72d93a703f4b38109f8f02ec96a759d93b8f91c.tar.gz
opie-e72d93a703f4b38109f8f02ec96a759d93b8f91c.tar.bz2
Don't leak
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.cpp b/noncore/net/opietooth/manager/bluebase.cpp
index b4b59c3..0385cb1 100644
--- a/noncore/net/opietooth/manager/bluebase.cpp
+++ b/noncore/net/opietooth/manager/bluebase.cpp
@@ -163,12 +163,13 @@ namespace OpieTooth {
163 163
164 if ( enableInquiryscan == 1) { 164 if ( enableInquiryscan == 1) {
165 hciconf->setIscan( true ); 165 hciconf->setIscan( true );
166 } else { 166 } else {
167 hciconf->setIscan( false ); 167 hciconf->setIscan( false );
168 } 168 }
169 delete hciconf;
169 } 170 }
170 171
171 172
172 /** 173 /**
173 * Read the list of allready known devices 174 * Read the list of allready known devices
174 * 175 *