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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78315 --- shadow/78315 2006-09-06 09:43:28.000000000 -0400 +++ shadow/78315.tmp.22683 2006-09-06 11:49:36.000000000 -0400 @@ -316,6 +316,14 @@ leak is one IntPtr and we don't have an alternative solution. ------- Additional Comments From [EMAIL PROTECTED] 2006-09-06 09:43 ------- For the record, it leaks one IntPtr per image, but as Peter said alot of effort has gone into this bug with no other solution so far. A more correct solution would be prefered if anyone can find it. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-06 11:49 ------- +How about this? + +if (!Evironment.HasShutdownStarted) + Marshal.FreeHGlobal (comInterface); + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
