summaryrefslogtreecommitdiffstats
path: root/cython/property_list_client.pxi
diff options
context:
space:
mode:
Diffstat (limited to 'cython/property_list_client.pxi')
-rw-r--r--cython/property_list_client.pxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/property_list_client.pxi b/cython/property_list_client.pxi
index c137b34..718b07f 100644
--- a/cython/property_list_client.pxi
+++ b/cython/property_list_client.pxi
@@ -11,7 +11,7 @@ cdef class PropertyListClient(Base):
11 self.handle_error(err) 11 self.handle_error(err)
12 except BaseError, e: 12 except BaseError, e:
13 if c_node != NULL: 13 if c_node != NULL:
14 plist_free(c_node) 14 plist.plist_free(c_node)
15 raise 15 raise
16 16
17 return plist.plist_t_to_node(c_node) 17 return plist.plist_t_to_node(c_node)