Skip to content

Commit

Permalink
Remove oberserver from jobs tool to avoid a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Sep 7, 2011
1 parent 72404b8 commit 0e3edbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ToolJobs.m
Expand Up @@ -151,6 +151,7 @@ - (void)setFastTimer


- (void)dealloc - (void)dealloc
{ {
[[NSNotificationCenter defaultCenter] removeObserver:self];
[signal_ release]; [signal_ release];
[tableView_ release]; [tableView_ release];
[scrollView_ release]; [scrollView_ release];
Expand Down Expand Up @@ -233,4 +234,4 @@ - (void)kill:(id)sender
kill(p, [[signal_ selectedItem] tag]); kill(p, [[signal_ selectedItem] tag]);
} }


@end @end

0 comments on commit 0e3edbf

Please sign in to comment.