Skip to content

Commit

Permalink
Merge pull request #1383 from pjrobertson/release
Browse files Browse the repository at this point in the history
Unbind all bindings when deallocing
  • Loading branch information
skurfer committed Feb 10, 2013
2 parents 23d3f1f + 0e11860 commit 94fb5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Quicksilver/Code-QuickStepInterface/QSResultController.m
Expand Up @@ -161,6 +161,7 @@ - (void)dealloc {
[[[resultTable tableColumnWithIdentifier:@"NameColumn"] dataCell] unbind:@"textColor"];
[resultTable unbind:@"backgroundColor"];
[resultTable unbind:@"highlightColor"];
[resultTable unbind:@"rowHeight"];
[resultChildTable unbind:@"backgroundColor"];
[[NSNotificationCenter defaultCenter] removeObserver:self];

Expand Down

0 comments on commit 94fb5cd

Please sign in to comment.