mpegaudioparse: Fix buffer memory leak during failures
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 12 Oct 2015 01:48:23 +0000 (10:48 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 20 Oct 2015 07:14:20 +0000 (10:14 +0300)
commit232a97aeb882f8f374364245975982ebc2677720
treeb17a4d0f9b89f895abf677cf888390e8f7376339
parent24675193c23d4ed85c4d6b08c2ba8ae9bf3aec35
mpegaudioparse: Fix buffer memory leak during failures

mapped buffer is not being unmapped during failures

https://bugzilla.gnome.org/show_bug.cgi?id=756231
gst/audioparsers/gstmpegaudioparse.c