Hi, I am suffering with memory leak from text candy.
I am using the following in my game code
If CandyText then
CandyText:delete()
CandyText = nil
End
However I receieve an error to say that it has already been removed and that error occurs in the TextCandy file ‘lib_text_candy’ at line 1035, this line has the following
Group:removeSelf()
If I remove this line then my app works fine, but there is still a small memory leak, possibly from removing this line.
Can anyone help with how to remove TextCandy objects?
Thank you [import]uid: 125592 topic_id: 26696 reply_id: 326696[/import]