Files
ardour/libs
Robin Gareus 17d782829e flush pending Session Events at session close
This prevents a memory leak: The session is closed.
The session-butler drops memory pool trash. The Engine keeps running.

Once the AudioEngine is taken down (sample-rate switch, or at exit),
the backend process-thread is terminated but there is no trash-can anymore.

If there are unprocessed SessionEvents, this calls
free_per_thread_pool() -> cp->parent()->add_to_trash (cp).
"parent()" in this case the trash-can the butler emptied.
2016-04-28 21:37:18 +02:00
..
2016-04-27 01:24:37 +02:00
2015-12-17 20:22:02 +01:00
2016-04-26 19:45:06 +02:00
2015-10-08 16:18:39 +02:00
2016-02-29 11:28:04 +01:00