SAGA2: Add stub warning to Thread deconstructor

This commit is contained in:
a/ 2021-06-17 19:11:07 +09:00 committed by Eugene Sandulenko
parent 127299672b
commit c4477edc40
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -1493,6 +1493,7 @@ Thread::~Thread() {
free(stackBase);
// XXX: Deleting like this causes a crash
warning("STUB: Thread::~Thread()");
//deleteThread(this);
}