Automatic gc of COM objects & stubs

Brian Knorr <[email protected]> Tue, 9 May 2006 16:29:43 -0400
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <LISTSERV%[email protected]>
I saw the below news item on sourceforge, but there doesn't seem to be a
Jawin release available with this new functionality.  Any idea on when the
next release will be out that has automatic gc of com objects and stubs?

Posted By: martin3
Date: 2006-01-04 13:30
Summary: Automatic gc of COM objects & stubs
The calling java thread release COM objects automatically, after the JVM
garbage collector collects them. There is no longer a need to call
COMPtr.close() from the application code. Change works with existing code,
close() can still be called. (contrbuted by Claude Eisenhut).