summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorGZharun <grygoriiz@wavesglobal.com>2015-01-15 13:47:06 +0200
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-29 14:18:11 -0400
commitae8c494c026a6ce221d5f2cd28fc2df9d44e0893 (patch)
tree729d83bb0168bad27454918132377a5066e87a6f /libs/ardour/export_handler.cc
parentf9aeb659ee2416ddf365f7e1652c3db6f0a4e427 (diff)
[Summary] Added export cleanup
[Reviewed by] Andriy Mishyn
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc2
1 files changed, 1 insertions, 1 deletions
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 */