summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-07-25 18:19:55 +0200
committerRobin Gareus <robin@gareus.org>2018-07-25 18:19:55 +0200
commitff5cc4a3115f43443cebfc325d175e3cdddeafed (patch)
tree0226e6bb2dc55d467019878c2db6a015b264ec8b /libs/ardour/export_profile_manager.cc
parent506863bf57940e277a3a129b5d4fcd0299a13015 (diff)
Reset export-config maps before each new export (1/2)
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 8d1eb81edb..56bc0bfa36 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -149,6 +149,7 @@ ExportProfileManager::prepare_for_export ()
FormatStateList::const_iterator format_it;
FilenameStateList::const_iterator filename_it;
+ handler->reset ();
// For each timespan
for (TimespanList::iterator ts_it = ts_list->begin(); ts_it != ts_list->end(); ++ts_it) {
// ..., each format-filename pair