ext/pulse/pulsemixerctrl.c: Add note about memleak.
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 15 Dec 2008 12:45:35 +0000 (12:45 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 15 Dec 2008 12:45:35 +0000 (12:45 +0000)
Original commit message from CVS:
* ext/pulse/pulsemixerctrl.c:
Add note about memleak.

ChangeLog
common
ext/pulse/pulsemixerctrl.c

index e39ab46..98e0abf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 24efb72..2c4d28a 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 24efb72e9a01364c6ea90b70ef2bb7049af980b4
+Subproject commit 2c4d28a75c26e572b94a967901254caff83d85c4
index f37b480..0a2cdf8 100644 (file)
@@ -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,