Merge pull request #400 from mvines/asw

AsyncSaveWorker now controls the lifecycle of its filename
This commit is contained in:
Michael Vines 2016-04-21 21:10:56 -07:00
commit 7fb5e261b2

View File

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