piDeleteAll and piDeleteAllAndClear

This commit is contained in:
2022-11-13 22:55:10 +03:00
parent 46751ab977
commit 57ed40912d
2 changed files with 10 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ PIObject::~PIObject() {
mutexObjects().unlock();
deleted(this);
piDisconnectAll();
_signature_ = 0;
}