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:
parent
b8c1ecf268
commit
2c4a14f7c7
@ -204,6 +204,7 @@ check_conversion (TestFrame * frames, guint size)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_caps_unref (out_caps);
|
||||||
gst_video_frame_unmap (&out_frame);
|
gst_video_frame_unmap (&out_frame);
|
||||||
gst_buffer_unref (outbuf);
|
gst_buffer_unref (outbuf);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user