Fix missing removeObserver:forKeyPath:

This commit is contained in:
Allan Odgaard
2013-01-10 04:41:27 +01:00
parent 7b6515169f
commit db3c1a6f33

View File

@@ -205,6 +205,7 @@
{
filterView.target = nil;
filterView.accessoryButton.target = nil;
self.dataSource = nil;
self.retainedSelf = nil;
}