summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Sundermann <ssundermann@gnome.org>2014-08-10 18:44:51 +0200
committerStephan Sundermann <ssundermann@gnome.org>2014-08-10 18:44:51 +0200
commit67612cd00452b07c83e914e0fcb9d5b4ecddf577 (patch)
treea25a8fdbac92d60c6d3601897842589a1f96035a
parent9bd1f37e1be4fc22fde6ad1c6b769d0f46e137b4 (diff)
Iterator: remove destructor
-rw-r--r--sources/custom/Iterator.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/sources/custom/Iterator.cs b/sources/custom/Iterator.cs
index 4028c8c..360f66a 100644
--- a/sources/custom/Iterator.cs
+++ b/sources/custom/Iterator.cs
@@ -111,11 +111,5 @@ namespace Gst {
this.enumerator = new Enumerator (this);
return this.enumerator;
}
-
- ~Iterator () {
- if (Raw != IntPtr.Zero)
- Free (Handle);
- }
-
}
}