mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
ext/pulse/pulsemixerctrl.c: Add note about memleak.
Original commit message from CVS: * ext/pulse/pulsemixerctrl.c: Add note about memleak.
This commit is contained in:
parent
300740c31b
commit
49ad7ace92
3 changed files with 9 additions and 1 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:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 24efb72e9a01364c6ea90b70ef2bb7049af980b4
|
||||
Subproject commit 2c4d28a75c26e572b94a967901254caff83d85c4
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue