Hi,
Recently I did develop a Symbian application. In Qt simulator it works perfect but in actual device the application terminates unexpectedly. I suspect this is a memory leak issue.
Already i have followed all possible(following) memory cleaning mechanisms:
- Creating new objects as pointers
- deleting the objects after use using 'delete' keyword.
- using deleteLater() function on ui objects
But still the application terminates on the device.
Please suggest me possible solutions for this.

Reply With Quote

