CAVOK-IT / Python-Navio

Navio Python extension
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Removing last reference to Navio instance leaves the module in an undefined state. #1

Closed bennierex closed 9 years ago

bennierex commented 9 years ago

The instance pointer (PyObject *self) should be made global to be able to do a proper cleanup after the last reference is removed.

bennierex commented 9 years ago

Pointer and reference counting should be fixed now.