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
Forum posts: 112
i think memory may be leak, so check memory leak .