2004-11-04 Todd Berman <tberman@off.net>
* glib/ListBase.cs: In Empty, call FreeList, not Dispose. svn path=/trunk/gtk-sharp/; revision=35665
This commit is contained in:
parent
ce819aa39f
commit
532947448e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-11-04 Todd Berman <tberman@off.net>
|
||||
|
||||
* glib/ListBase.cs: In Empty, call FreeList, not Dispose.
|
||||
|
||||
2004-11-04 Todd Berman <tberman@off.net>
|
||||
|
||||
* glib/ListBase.cs: Make sure to properly check if it is a
|
||||
|
|
|
@ -168,7 +168,7 @@ namespace GLib {
|
|||
else
|
||||
g_free (NthData (i));
|
||||
}
|
||||
Dispose ();
|
||||
FreeList ();
|
||||
}
|
||||
|
||||
private class ListEnumerator : IEnumerator
|
||||
|
|
Loading…
Reference in a new issue