mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 08:15:37 +00:00
Oops, forgot the delete...
This commit is contained in:
parent
96ed96d4dd
commit
8663177ad1
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ boost::filesystem::path WindowsPath::getInstallPath() const
|
|||
{
|
||||
installPath = data;
|
||||
}
|
||||
|
||||
delete[] data;
|
||||
}
|
||||
|
||||
return installPath;
|
||||
|
|
Loading…
Reference in a new issue