summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
- }
-
}
}