super dealloc error using multiple table view calsses
- by padatronic
I am new to Iphone apps and I am trying to build a tab based app. I am attempting to have a table ontop of an image in both tabs. On tab with a table of audio links and the other tab with a table of video links.
This has all gone swimmingly, I have created two viewControllers for the two tables. All the code works great apart from to get it to work I have to comment out the super dealloc in the - (void)dealloc {} in the videoTableViewController for the second tab.
If I don't I get the error message:
FREED(id): message numberOfSectionsInTableView: sent to freed object
please help, i have no idea why it is doing this...