mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
glupload: fix GValue leak
https://bugzilla.gnome.org/show_bug.cgi?id=779869
This commit is contained in:
parent
424dd98bda
commit
04f8c7d729
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ _caps_intersect_texture_target (GstCaps * caps, GstGLTextureTarget target_mask)
|
|||
|
||||
ret = gst_caps_intersect_full (caps, target, GST_CAPS_INTERSECT_FIRST);
|
||||
|
||||
g_value_unset (&targets);
|
||||
gst_caps_unref (target);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue