summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsemixerctrl.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-12-15 12:45:35 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-12-15 12:45:35 +0000
commit49ad7ace92202ad91024ea3efe60ff96f414005b (patch)
treef9f50d44b87cace5b995e2b6123d01f9bb27ddb8 /ext/pulse/pulsemixerctrl.c
parent300740c31b73166fc7bfb686edb123d647cbc8a7 (diff)
ext/pulse/pulsemixerctrl.c: Add note about memleak.
Original commit message from CVS: * ext/pulse/pulsemixerctrl.c: Add note about memleak.
Diffstat (limited to 'ext/pulse/pulsemixerctrl.c')
-rw-r--r--ext/pulse/pulsemixerctrl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pulse/pulsemixerctrl.c b/ext/pulse/pulsemixerctrl.c
index f37b480b..0a2cdf81 100644
--- a/ext/pulse/pulsemixerctrl.c
+++ b/ext/pulse/pulsemixerctrl.c
@@ -247,6 +247,9 @@ gst_pulsemixer_ctrl_open (GstPulseMixerCtrl * c)
/* Subscribe to events */
+ /* pa 0.9.10 leaks 36 bytes here
+ * http://www.pulseaudio.org/ticket/434
+ */
if (!(o =
pa_context_subscribe (c->context,
PA_SUBSCRIPTION_MASK_SINK | PA_SUBSCRIPTION_MASK_SOURCE,