pyramidsegment: Release memory storage when finalizing
This commit is contained in:
parent
7b63bd6348
commit
45ac4ba663
@ -125,11 +125,11 @@ gst_pyramid_segment_finalize (GObject * obj)
|
||||
cvReleaseImage (&filter->cvSegmentedImage);
|
||||
}
|
||||
|
||||
cvReleaseMemStorage (&filter->storage);
|
||||
|
||||
G_OBJECT_CLASS (gst_pyramid_segment_parent_class)->finalize (obj);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* initialize the pyramidsegment's class */
|
||||
static void
|
||||
gst_pyramid_segment_class_init (GstPyramidSegmentClass * klass)
|
||||
|
Loading…
x
Reference in New Issue
Block a user