glutils: Fix GValue leak in gst_gl_value_set_texture_target_from_mask()
This commit is contained in:
parent
0572c41c28
commit
4511b34e00
@ -779,6 +779,7 @@ gst_gl_value_set_texture_target_from_mask (GValue * value,
|
||||
ret = TRUE;
|
||||
}
|
||||
|
||||
g_value_unset(&item);
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user