summaryrefslogtreecommitdiffabout
path: root/kabc
Unidiff
Diffstat (limited to 'kabc') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/plugins/opie/resourceopie.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kabc/plugins/opie/resourceopie.cpp b/kabc/plugins/opie/resourceopie.cpp
index a4f8d8a..3b2a6b7 100644
--- a/kabc/plugins/opie/resourceopie.cpp
+++ b/kabc/plugins/opie/resourceopie.cpp
@@ -216,13 +216,14 @@ bool ResourceOpie::load()
216 } 216 }
217 217
218// qDebug("found %s", c.fullName().latin1()); 218// qDebug("found %s", c.fullName().latin1());
219 } 219 }
220 220
221 delete access; 221 delete access;
222 delete backend; 222 // it seems so, that deletion of access deletes backend as well
223 //delete backend;
223 224
224 return true; 225 return true;
225} 226}
226 227
227bool ResourceOpie::save( Ticket *ticket ) 228bool ResourceOpie::save( Ticket *ticket )
228{ 229{