mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
Iterator: remove destructor
This commit is contained in:
parent
9bd1f37e1b
commit
67612cd004
1 changed files with 0 additions and 6 deletions
|
@ -111,11 +111,5 @@ namespace Gst {
|
||||||
this.enumerator = new Enumerator (this);
|
this.enumerator = new Enumerator (this);
|
||||||
return this.enumerator;
|
return this.enumerator;
|
||||||
}
|
}
|
||||||
|
|
||||||
~Iterator () {
|
|
||||||
if (Raw != IntPtr.Zero)
|
|
||||||
Free (Handle);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue