audioconvert: plug leak

This commit is contained in:
Mark Nauwelaerts 2012-09-06 13:58:28 +02:00
parent b26f35c3a4
commit 22d7149ba6

View file

@ -610,6 +610,8 @@ gst_audio_convert_fixate_caps (GstBaseTransform * base,
if (result) if (result)
gst_caps_unref (result); gst_caps_unref (result);
result = othercaps; result = othercaps;
} else {
gst_caps_unref (othercaps);
} }
} else { } else {
gst_caps_unref (othercaps); gst_caps_unref (othercaps);