mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Releasing the document observer will trigger a “document will delete” notification, and I am seeing a few crashes from this. I don’t see any theoretical problem with posting this from the destructor, as the object is still “live”, but let’s see if this change doesn’t fix the crashes.