[Mono-dev] Re: Mono.Cairo Memory Leak

Manuel Alejandro Cerón Estrada ceronman at gmail.com
Thu Oct 6 14:48:48 EDT 2005


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 <robertj at gmx.net>:
> You're not calling g.Dispose () or ((IDisposable)g).Dispose ();
> when you're ready with the object.
>
> Rob

--
· Manuel Alejandro Cerón Estrada
· ceronman at gmail.com
· http://ceronman.blogspot.com



More information about the Mono-devel-list mailing list