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  <[EMAIL PROTECTED]>

        * 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.

Attachment: cominterop_release_all_rcws.diff
Description: Binary data

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to