in reply to Re^3: Serious memory leak when using LWP
in thread Serious memory leak when using LWP

delete() is not a destructor, the destructor never gets called because the reference count is not zero

  • Comment on Re^4: Serious memory leak when using LWP