Fix crash when aborting export.
authorRobin Gareus <robin@gareus.org>
Tue, 9 Feb 2016 20:36:49 +0000 (21:36 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 9 Feb 2016 20:36:49 +0000 (21:36 +0100)
commit1ec78d26ee7cd5a612a7f98f9977dbb8ef46a593
tree4a9ffbb83e2ddb927ba0b21b42c8c8b516ea29a9
parentd56a44bf362ec338b97808390fdf6190d0920fad
Fix crash when aborting export.

The "Stop" button results in ExportHandlerPtr being destroyed.
This must not happen while it's in use -- in particular during
ExportHandler::start_timespan() and ExportHandler::finish_timespan()
libs/ardour/ardour/export_status.h
libs/ardour/export_handler.cc
libs/ardour/export_status.cc
libs/ardour/session_export.cc