Files
textmate/Frameworks/document
Allan Odgaard 9467f3f92b Fix race condition
We could call pop_callback before having pushed one because the latter is done after delay.

The way we obtained a weak reference to ourself was also scoped incorrectly so our block effectively had a strong reference to self.

Lastly when disabling observeSCMStatus we should destroy the SCM handle rather than only remove our callback (since we do not re-use the handle).
2016-11-11 15:47:19 +07:00
..
2016-11-11 15:47:19 +07:00
2016-10-17 10:07:29 +02:00
2016-10-17 10:07:29 +02:00