Menu

#189 double delete in thread.cpp

open
nobody
None
5
2014-07-10
2004-07-05
Anonymous
No

void Thread::close()

calls final(); In the demo and test-files final calls
delete this.

After that in close some elements are accessed. On W32 I
get at an "access violation" at line

        priv->\_active = false;

I suggest:

final () does not call delete this

Discussion


Log in to post a comment.