From 7884727e78f9e2253b2b6d8ef441fa07272fe950 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 17 Jul 2009 22:12:21 +0000 Subject: massive changes to waf build scripts so that nearly everything "should" be working now except for i18n (OSC is not quite right) ; some preliminary work on post-main-out handling, incomplete; a couple of fixes from -Wall and valgrind git-svn-id: svn://localhost/ardour2/branches/3.0@5371 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/template_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/template_utils.cc') diff --git a/libs/ardour/template_utils.cc b/libs/ardour/template_utils.cc index a7a7eee321..daf133fa05 100644 --- a/libs/ardour/template_utils.cc +++ b/libs/ardour/template_utils.cc @@ -141,7 +141,7 @@ find_route_templates (vector& template_names) template_names.push_back (rti); } - free (templates); + delete templates; } } -- cgit v1.2.3