opencv: fix missing finalize chaining to parent class
Not compiled, I do not have the necessary dependencies.
This commit is contained in:
parent
98d10913de
commit
1dfbb14be5
@ -294,6 +294,8 @@ gst_template_match_finalize (GObject * object)
|
||||
if (filter->cvTemplateImage) {
|
||||
cvReleaseImage (&filter->cvTemplateImage);
|
||||
}
|
||||
|
||||
GST_CALL_PARENT (G_OBJECT_CLASS, finalize, (object));
|
||||
}
|
||||
|
||||
/* chain function
|
||||
|
Loading…
x
Reference in New Issue
Block a user