Fixup 497d58d (forgot to free the doc path)

This commit is contained in:
Charles Dang 2018-05-11 11:15:40 +11:00
parent 2a585118d8
commit 41b436abd3

View file

@ -572,6 +572,8 @@ void set_user_data_dir(std::string newprefdir)
user_data_dir = games_path / newprefdir;
}
CoTaskMemFree(docs_path);
}
#else /*_WIN32*/