mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
ac9a2971bd
commit
5f8825e7d9
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue