mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +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;
|
ret = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_value_unset(&item);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue