1
This commit is contained in:
2022-07-16 20:14:45 +02:00
parent cd83f85680
commit 223b8af4b4

View File

@ -47,6 +47,7 @@ public:
Thread();
virtual ~Thread() {
log << INFO << "Uninitialized thread, ID: " << dec << this->tid << endl;
delete[] this->stack;
}