Hey,
i used the instruments to find leaks in my iphone app and i found that i have leak in this line in my code
tableViewController.dataSource = [[NSMutableArray alloc] initWithArray:[subjects_dic allKeys]];
the property dataSource defined as retain. is this a mistake ?!