mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
The file browser was still observing FSItemDidReloadNotification in its dealloc. Prior to ARC we used ‘self.outlineView = nil’ which removed us as observer, but after ARC we no longer execute that line.