COMPtr.close() and JVM gc

Claude Eisenhut <[email protected]> Wed, 4 Jan 2006 18:12:32 +0100
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <011c01c61152$10a24be0$1e00000a@lemon>
I have an implementation running, where the calling java thread releases COM
objects automatically, after the JVM garbage collector collected them.

There is no longer a need to call COMPtr.close() from the application code.
My change works with existing code, close() can still be called.

Is the project interested in this change?

Kind regards
Claude Eisenhut