Files
ardour/libs/pbd
Robin Gareus fe85575a12 fix “no per-thread pool” abort
For some backends the process thread can change (e.g.
switch coreaudio headphone + internal speakers)

If there are existing x-thread event calls this can lead to
the following situation:

1) SessionEvent::operator new
2) audioengine process thread change
3) SessionEvent::operator delete  -> crash, wrong thread

SessionEvent::operator delete can safely push the event back to
the pool for later cleanup..
2015-03-11 00:25:10 +01:00
..
2009-04-30 16:47:51 +00:00
2015-03-11 00:25:10 +01:00
2009-02-25 18:26:51 +00:00
2012-06-23 03:51:34 +00:00
2009-02-25 18:26:51 +00:00
2014-12-23 23:43:25 +01:00
2014-12-04 09:11:46 -05:00
2009-02-25 18:26:51 +00:00
2013-01-16 18:15:38 +00:00
2009-04-18 16:15:12 +00:00
2013-01-16 18:15:38 +00:00
2014-11-24 00:04:45 +01:00
2014-12-04 17:13:43 +01:00
2015-03-11 00:25:10 +01:00
2014-11-23 21:01:39 +01:00