Oops, forgot the delete...

actorid
Alexander "Ace" Olofsson 13 years ago
parent 96ed96d4dd
commit 8663177ad1

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

Loading…
Cancel
Save