diff --git a/src/kits/app/Looper.cpp b/src/kits/app/Looper.cpp index 88a00534fe..b3f68887ac 100644 --- a/src/kits/app/Looper.cpp +++ b/src/kits/app/Looper.cpp @@ -131,6 +131,12 @@ BLooper::~BLooper() } Lock(); + +// TODO: delete fLastMessage; +// In case the looper thread calls Quit() fLast message is not deleted. + +// TODO: Close the message port and read and reply to the remaining messages. + // bonefish: Killing the looper thread doesn't work very well with // BApplication. In fact here it doesn't work too well either. When the // looper thread encounters a _QUIT_ message it deletes the BLooper object