diff --git a/renderer/path_fiddle/path_fiddle.cpp b/renderer/path_fiddle/path_fiddle.cpp index 40d0aca77..a05a5316a 100644 --- a/renderer/path_fiddle/path_fiddle.cpp +++ b/renderer/path_fiddle/path_fiddle.cpp @@ -412,8 +412,8 @@ int main(int argc, const char** argv) // Override argc/argv with the window location hash string. char* hash = get_location_hash_str(); std::stringstream ss(hash); - std::vector hashStrs; - std::vector hashArgs; + static std::vector hashStrs; + static std::vector hashArgs; std::string arg; hashStrs.push_back("index.html");