Problem about AppUi::Exit()

Login to reply to this topic.
Fri, 2005-08-26 07:52
Joined: 2005-08-16
Forum posts: 10
In AppUI I call function Exit() when I want to exit my application.
I debug the application, when programm excute Exit(), it is ok, after that, the emulator shows“program has been closed”. How do I find the bug?
I think I free all resources in deconstructor

Fri, 2005-08-26 09:18
Joined: 2005-01-22
Forum posts: 112
Re: Problem about AppUi::Exit()
hi
   i think memory may be leak, so check memory leak .
  • Login to reply to this topic.