gstrtpdepay: don't leak input buffer
authorRasmus Rohde <rohde@duff.dk>
Thu, 4 Oct 2012 18:32:45 +0000 (20:32 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 4 Oct 2012 18:44:28 +0000 (19:44 +0100)
commit47a8eb7ca89cb2339f5220fb674bc3d1affeadb8
tree2e374106454253b5222e8ae00040ffd181797469
parent1ac6a782c3c2c5295e545caad8616541cc658cb5
gstrtpdepay: don't leak input buffer

The rtp buffer is never unmapped in the normal code exit path
of gst_rtp_gst_depay_process(..) resulting in a memory leak.

https://bugzilla.gnome.org/show_bug.cgi?id=685512
gst/rtp/gstrtpgstdepay.c