Fixup 497d58d
(forgot to free the doc path)
This commit is contained in:
parent
2a585118d8
commit
41b436abd3
1 changed files with 2 additions and 0 deletions
|
@ -572,6 +572,8 @@ void set_user_data_dir(std::string newprefdir)
|
|||
|
||||
user_data_dir = games_path / newprefdir;
|
||||
}
|
||||
|
||||
CoTaskMemFree(docs_path);
|
||||
}
|
||||
|
||||
#else /*_WIN32*/
|
||||
|
|
Loading…
Add table
Reference in a new issue