blob: 4635ff983d81cf8918adf7b8b2bd9dc39a45c5c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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))
|