Iterator: remove destructor
This commit is contained in:
parent
9bd1f37e1b
commit
67612cd004
@ -111,11 +111,5 @@ namespace Gst {
|
||||
this.enumerator = new Enumerator (this);
|
||||
return this.enumerator;
|
||||
}
|
||||
|
||||
~Iterator () {
|
||||
if (Raw != IntPtr.Zero)
|
||||
Free (Handle);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user