glutils: Fix GValue leak in gst_gl_value_set_texture_target_from_mask()

This commit is contained in:
Jeremy Hiatt 2017-06-01 01:15:05 +00:00 committed by Tim-Philipp Müller
parent 0572c41c28
commit 4511b34e00

View file

@ -779,6 +779,7 @@ gst_gl_value_set_texture_target_from_mask (GValue * value,
ret = TRUE;
}
g_value_unset(&item);
return ret;
}
}