Hi Robert,

Thanks for your answer. I have tried to put ((IDisposable)g).Dispose
(); just at the end of OnMontionNotifyEvent, but, unfortunately,  this
does not fix the problem.

Manuel.

2005/10/6, Robert Jordan <[EMAIL PROTECTED]>:
> You're not calling g.Dispose () or ((IDisposable)g).Dispose ();
> when you're ready with the object.
>
> Rob

--
· Manuel Alejandro Cerón Estrada
· [EMAIL PROTECTED]
· http://ceronman.blogspot.com
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to