diff options
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | ext/pulse/pulsemixerctrl.c | 3 |
3 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-12-15 Stefan Kost <ensonic@users.sf.net> + + * ext/pulse/pulsemixerctrl.c: + Add note about memleak. + 2008-12-13 Edward Hervey <bilboed@gmail.com> * m4/Makefile.am: diff --git a/common b/common -Subproject 24efb72e9a01364c6ea90b70ef2bb7049af980b +Subproject 2c4d28a75c26e572b94a967901254caff83d85c diff --git a/ext/pulse/pulsemixerctrl.c b/ext/pulse/pulsemixerctrl.c index f37b480b8..0a2cdf814 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, |