Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
2.5.20
-
None
Description
The debug assertion in Backend::~Backend() is hit when the CatSession is closed. This happens because it does not explicitly close the backends.
The debug assertion itself is not that useful in version 6 and should be removed: the Backend class already takes care of closing the backends and with the removal of the close() method, the automatic handling in the destructor is enough.