summaryrefslogtreecommitdiff
path: root/libs/ardour/worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/worker.cc')
-rw-r--r--libs/ardour/worker.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/worker.cc b/libs/ardour/worker.cc
index f8a5e44aee..0a5971fa3e 100644
--- a/libs/ardour/worker.cc
+++ b/libs/ardour/worker.cc
@@ -50,6 +50,9 @@ Worker::~Worker()
if (_thread) {
_thread->join();
}
+ delete _responses;
+ delete _requests;
+ free (_response);
}
bool