logging
This commit is contained in:
@ -47,6 +47,7 @@ public:
|
||||
Thread();
|
||||
|
||||
virtual ~Thread() {
|
||||
log << INFO << "Uninitialized thread, ID: " << dec << this->tid << endl;
|
||||
delete[] this->stack;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user