summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-11 02:34:09 +0200
committerRobin Gareus <robin@gareus.org>2014-09-11 03:04:11 +0200
commitdf19c576c7e26fb71626f752de250f55ede0f7af (patch)
treefa98141b41db3e3177e7ff2c211983a806498485 /gtk2_ardour/automation_line.cc
parent6b3d3e2f916a714d5804688605883caadcfd9db0 (diff)
fix a bunch of memory leaks
Diffstat (limited to 'gtk2_ardour/automation_line.cc')
-rw-r--r--gtk2_ardour/automation_line.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index 1cfd7eeb48..29d07d1a4a 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -81,10 +81,8 @@ AutomationLine::AutomationLine (const string& name, TimeAxisView& tv, ArdourCanv
, _maximum_time (max_framepos)
{
if (converter) {
- _time_converter = converter;
_our_time_converter = false;
} else {
- _time_converter = new Evoral::IdentityConverter<double, framepos_t>;
_our_time_converter = true;
}