mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-21 12:14:06 +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;
|
installPath = data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete[] data;
|
||||||
}
|
}
|
||||||
|
|
||||||
return installPath;
|
return installPath;
|
||||||
|
|
Loading…
Reference in a new issue