AsyncSaveWorker now controls the lifecycle of its filename

This commit is contained in:
Michael Vines 2016-03-10 15:16:59 -08:00
parent 7a50a5b4c2
commit 5ca03b25b4

View File

@ -982,7 +982,7 @@ public:
private:
Matrix* matrix;
char* filename;
std::string filename;
int res;
};