forderud / ComSamples

Examples of language-neutral COM interfaces for IPC and language interop.
MIT License
1 stars 2 forks source link

Clean up Marshal.ReleaseComObject usage #17

Closed forderud closed 9 months ago

forderud commented 10 months ago

The MyClientCs project is currently calling Marshal.ReleaseComObject(obj) a couple of places to avoid leaking COM references on the server. This should be cleaned up.

forderud commented 9 months ago

Fixed by 2135c67e0f18496c29ec66643448f36dfbb09ed5.