From 67612cd00452b07c83e914e0fcb9d5b4ecddf577 Mon Sep 17 00:00:00 2001 From: Stephan Sundermann Date: Sun, 10 Aug 2014 18:44:51 +0200 Subject: Iterator: remove destructor --- sources/custom/Iterator.cs | 6 ------ 1 file changed, 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); - } - } } -- cgit v1.2.3