Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After `CompiledModel` object is deleted, `shared_ptr<Bank>` is reset - thus expiring `weak_ptr` in bank manager class. If we try to create a `CompiledModel` object again with the same bank name - it was trying to utilize already empty bank ptr. This PR fixes such case
- Loading branch information