[Mono-bugs] [Bug 76191][Nor] Changed - OpenFileDialog.ShowDialog() leak

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 27 15:41:20 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76191

--- shadow/76191	2005-09-27 14:25:35.000000000 -0400
+++ shadow/76191.tmp.17128	2005-09-27 15:41:20.000000000 -0400
@@ -64,6 +64,11 @@
       while ( dirStack.Count != 0 ) {
          DirectoryInfo dii = (DirectoryInfo)dirStack.Pop( );
          Console.WriteLine("Item {0} {1}", dii.Name, dii.FullName);
       }
    }
 }
+
+------- Additional Comments From miguel at ximian.com  2005-09-27 15:41 -------
+Where is this code running?  
+
+I tried running it on /tmp and it terminates fine.


More information about the mono-bugs mailing list