[Mono-dev] COM Interop cleanup needed in mini_cleanup.

Zoltan Varga vargaz at gmail.com
Thu Nov 20 19:12:49 EST 2008


Hi,

 Looks ok.

         Zoltan

2008/11/20 Bill Holmes <billholmes54 at gmail.com>:
> Hi,
>
> We are seeing a problem with applications that host the mono and use
> COM.  The attached patch includes code that will cause the runtime to
> release all COM objects that are registered in the rcw hash map in
> marshal.c.
>
> -bill
>
> 2008-11-20  Bill Holmes  <billholmes54 at gmail.com>
>
>        * mini.c (mini_cleanup) : Adding a call to cominterop_release_all_rcws
>          to release all runtime callable wrappers held by the runtime.
>
>        * marshal.c : Adding cominterop_release_all_rcws to release all
>          runtime callable wrappers held by the runtime.
>
>        * marshal.h : Adding deceleration  for cominterop_release_all_rcws.
>
>        Contributed under MIT/X11 license.
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


More information about the Mono-devel-list mailing list