summaryrefslogtreecommitdiff
path: root/libs/ardour/graph.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/graph.cc')
-rw-r--r--libs/ardour/graph.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc
index 7cddd522e1..cc82890af7 100644
--- a/libs/ardour/graph.cc
+++ b/libs/ardour/graph.cc
@@ -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();