[Mono-bugs] [Bug 605295] Memory leak when marshaling an instance delegate

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat May 15 15:35:43 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=605295

http://bugzilla.novell.com/show_bug.cgi?id=605295#c7


--- Comment #7 from Zoltan Varga <vargaz at gmail.com> 2010-05-15 19:35:43 UTC ---
This happens because these are dynamic methods, and we don't free their
debugging info when the method is freed. We could, anyway, because most of it
is allocated from mempool like structures in mono-debug.c. A solution would be
disabling the generation of debug info for these methods.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list