From ae8c494c026a6ce221d5f2cd28fc2df9d44e0893 Mon Sep 17 00:00:00 2001 From: GZharun Date: Thu, 15 Jan 2015 13:47:06 +0200 Subject: [Summary] Added export cleanup [Reviewed by] Andriy Mishyn --- libs/ardour/export_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/export_handler.cc') diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc index e755d9b70b..37e5f11455 100644 --- a/libs/ardour/export_handler.cc +++ b/libs/ardour/export_handler.cc @@ -118,7 +118,7 @@ ExportHandler::ExportHandler (Session & session) ExportHandler::~ExportHandler () { - // TODO remove files that were written but not finished + graph_builder->cleanup (export_status->aborted () ); } /** Add an export to the `to-do' list */ -- cgit v1.2.3