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
@ -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…
Reference in New Issue
Block a user