mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue