gltransformation: fix shader memory leak
This commit is contained in:
parent
ab9eb432fb
commit
5c07218bd2
@ -404,6 +404,8 @@ gst_gl_transformation_reset_gl (GstGLFilter * filter)
|
||||
gl->DeleteBuffers (1, &transformation->vertex_buffer);
|
||||
transformation->vertex_buffer = 0;
|
||||
}
|
||||
|
||||
gst_object_unref (transformation->shader);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user