Bumblebee icon indicating copy to clipboard operation
Bumblebee copied to clipboard

COM Objects linger if parameters are passed as a list

Open pflaumingo opened this issue 9 years ago • 1 comments

When using the ReadExcel.ByRange node if any of the parameters are passed in as a list then COM objects will not get released and linger. For example, passing a list of strings in as the input for the "Range" parameter will cause COM objects to remain active after execution.

pflaumingo avatar Aug 16 '16 22:08 pflaumingo

Maybe this can be solved by adding every COM object to a new list with a "finally" statement at the end of the code that releases each item in the list?

dimven avatar Aug 17 '16 05:08 dimven