Hi! Is there any way to delete the content of a thread which is terminated using the terminate method? I tried to put a delete of the allocated variables of the thread after the terminate, even with a wait() in between, but the content (images for instance) are not deallocated. Any way to do this?
Thanks!
Bookmarks