[conduit/syncml: 14/244] Wow. libsyncml interferes with our network transport?



commit 792210feff84967cef6a87db6e92cf6139d77e7b
Author: John Carr <john carr unrouted co uk>
Date:   Wed Apr 8 01:24:36 2009 -0700

    Wow. libsyncml interferes with our network transport?
---
 conduit/modules/SyncmlModule/SyncmlModule.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conduit/modules/SyncmlModule/SyncmlModule.py b/conduit/modules/SyncmlModule/SyncmlModule.py
index 08345dc..2db3a37 100644
--- a/conduit/modules/SyncmlModule/SyncmlModule.py
+++ b/conduit/modules/SyncmlModule/SyncmlModule.py
@@ -151,6 +151,7 @@ class SyncmlDataProvider(DataProvider.TwoWay):
         self._put_lock.set()
         self._refresh_lock.wait(60)
         self._changes = None
+        self.syncobj.unref(pysyncml.byref(self.syncobj))
 
     def get_UID(self):
         return self.address



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]