[Mono-list] dup_type in reflection.c - leaking memory?

Bruce Wilkie bruce at bwilkie.com
Fri Jun 29 01:13:33 EDT 2007


hey all, quick question while trying to understand some of the generics support in mono.

dup_type uses g_new0(...), however mono_metadata_free_type(...) assumes mempool allocation.  is there a disconnect here, or am I missing something obvious?  :)

thx,
bruce


More information about the Mono-list mailing list