Skip to content
Snippets Groups Projects
Commit 0e3edbf6 authored by George Nachman's avatar George Nachman
Browse files

Remove oberserver from jobs tool to avoid a crash

parent 72404b8b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -151,6 +151,7 @@ static const int kMaxJobs = 20;
 
- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
[signal_ release];
[tableView_ release];
[scrollView_ release];
Loading
Loading
@@ -233,4 +234,4 @@ static const int kMaxJobs = 20;
kill(p, [[signal_ selectedItem] tag]);
}
 
@end
@end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment