Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c8a041432b5dc5b455a55edf15dd2508 > files > 1

blueman-1.21-7.fc15.src.rpm

--- blueman-1.21/blueman/main/PulseAudioUtils.py	2009-10-19 14:56:39.000000000 -0500
+++ blueman-1.21/blueman/main/PulseAudioUtils.py.diff	2009-11-12 12:31:18.430145971 -0600
@@ -170,7 +170,7 @@
 		def wrapper(context, res, data):
 			if handler:
 				handler(res)
-			pythonapi.Py_DecRef(data)
+			pythonapi.Py_DecRef(py_object(data))
 			
 		cb = pa_context_index_cb_t(wrapper)
 		pythonapi.Py_IncRef(py_object(cb))