fix crash on SystemExec::Terminate
authorRobin Gareus <robin@gareus.org>
Fri, 23 Oct 2015 21:27:15 +0000 (23:27 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 23 Oct 2015 21:29:04 +0000 (23:29 +0200)
commiteb6b4f4b15cd17f803efd9ad09ce5822ae0cdc76
treeaa6a7ad740c6edddaa60f424f8b6a18f704b735a
parent90aec831cbfd9013c1204cb24c2e55f2830c95ab
fix crash on SystemExec::Terminate

if Terminated() connects in the same thread and deletes the class itself
the closure in interposer_thread() can fail.
libs/pbd/system_exec.cc