1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-13 15:09:43 +00:00

Oops, forgot the delete...

This commit is contained in:
Alexander "Ace" Olofsson 2012-01-16 23:21:13 +01:00
parent 96ed96d4dd
commit 8663177ad1

View file

@ -97,6 +97,8 @@ boost::filesystem::path WindowsPath::getInstallPath() const
{
installPath = data;
}
delete[] data;
}
return installPath;