Hi
I've been having problems trying to delete native ui widgets. I have a stackscreen with 2 screens. When i want to move between the first screen to the second, i call a redraw function in the second screen which clears the widgets off the screen and rebuilds them (i will be linking a database into this so it will be pulling its data from there soon).
For a few attempts it seems fine to move between the first and second screens, and then it will crash. No errors are appearing in mosync so i ran the project in xcode and and it returns EXC_BAD_ACCESS. It seems to revolve around a function called free_ex. Its not restricted to a single native ui widget type either so it seems more general issue.
Any help would be much appreciated.
Thanks