Hacker News new | ask | show | jobs
by muhfuhkuh 5542 days ago
Assuming that's in his init method, he left

-(void) dealloc {

  self.newProgram = nil;
}

as an exercise for the reader.