Hi Ross,
In the BasicTaskScheduler::doEventLoop I have added code for exiting on
keyboard hit. Now if I am hitting keyboard, it will exit from the loop ,but
after that it hangs.I think it may be due to some memory leaks. So if you
can help me on the resources to be deleted before forcefully exi
Hi,
In the downloaded code the doEventLoop() was not exiting and it was a
infinite loop. Now i changed the code
so that it will exit on keyboard hit. Then also it is not exiting properly.I
think it is
because of some memory leaks. Can anyone give an idea about the resources to
be freed while exitin