mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
glupload: fix GValue leak
https://bugzilla.gnome.org/show_bug.cgi?id=779869
This commit is contained in:
parent
e7bf6689bb
commit
b71e104d00
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);
|
ret = gst_caps_intersect_full (caps, target, GST_CAPS_INTERSECT_FIRST);
|
||||||
|
|
||||||
|
g_value_unset (&targets);
|
||||||
gst_caps_unref (target);
|
gst_caps_unref (target);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue