fefce1b4e0
* Fix use after free in Main.cpp (issue #846) Create c-string to store filepath before concatenating with output message. * Fix use after free in Main.cpp Changed variable type to std::string and moved c_str() call * Fix use after free in Main.cpp Removed reference to directory variable