tests:glcolorconvert: Fix caps memory leak

Output caps being got from video info is not getting freed

https://bugzilla.gnome.org/show_bug.cgi?id=757929
This commit is contained in:
Vineeth TM 2015-11-11 16:06:25 +09:00 committed by Tim-Philipp Müller
parent b8c1ecf268
commit 2c4a14f7c7

View file

@ -204,6 +204,7 @@ check_conversion (TestFrame * frames, guint size)
}
}
gst_caps_unref (out_caps);
gst_video_frame_unmap (&out_frame);
gst_buffer_unref (outbuf);
}