Original commit message from CVS:
* gst-libs/gst/rtp/gstbasertpaudiopayload.c:
Fixed nasty memory leak
+2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
+
+ * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
+ Fixed nasty memory leak
+
2006-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
data += payload_len;
}
+ gst_buffer_unref (buffer);
+
/* none should be available by now */
if (available != 0) {
GST_ERROR_OBJECT (basertpaudiopayload, "The buffer size is not a multiple"
data += payload_len;
}
+ gst_buffer_unref (buffer);
+
return ret;
}