mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
Stop thought-to-be-safe alloc in RT thread from triggering the checker.
git-svn-id: svn://localhost/ardour2/branches/3.0@8549 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6636a65c10
commit
3ceee5b20e
1 changed files with 4 additions and 0 deletions
|
|
@ -397,7 +397,9 @@ static void get_rt()
|
|||
void
|
||||
Graph::helper_thread()
|
||||
{
|
||||
suspend_rt_malloc_checks ();
|
||||
ProcessThread* pt = new ProcessThread ();
|
||||
resume_rt_malloc_checks ();
|
||||
|
||||
pt->get_buffers();
|
||||
get_rt();
|
||||
|
|
@ -414,7 +416,9 @@ Graph::helper_thread()
|
|||
void
|
||||
Graph::main_thread()
|
||||
{
|
||||
suspend_rt_malloc_checks ();
|
||||
ProcessThread* pt = new ProcessThread ();
|
||||
resume_rt_malloc_checks ();
|
||||
|
||||
pt->get_buffers();
|
||||
get_rt();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue