[Bug 759519] gdppay: Fix buffer memory leak

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 16 00:43:08 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759519

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 317464:
 --> (https://bugzilla.gnome.org/review?bug=759519&attachment=317464)

::: gst/gdp/gstgdppay.c
@@ +579,3 @@
       goto push_error;
+  } else
+    gst_buffer_unref (outbuffer);

Please add some {} brackets around such things :) At least if the other cases
are multiple lines

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list