mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
glutils: Fix GValue leak in gst_gl_value_set_texture_target_from_mask()
This commit is contained in:
parent
0572c41c28
commit
4511b34e00
1 changed files with 1 additions and 0 deletions
|
@ -779,6 +779,7 @@ gst_gl_value_set_texture_target_from_mask (GValue * value,
|
|||
ret = TRUE;
|
||||
}
|
||||
|
||||
g_value_unset(&item);
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue