squash bugs

This commit is contained in:
DarthArgus
2015-10-27 21:19:20 -05:00
parent ab9c60957f
commit bd4f3699c2
4 changed files with 3 additions and 4 deletions
@@ -1283,7 +1283,6 @@ void JavaLibrary::initializeJavaThread()
strcpy(profileBuffer,"-Xrunhprof:cpu=times");
tempOption.optionString = profileBuffer;
options.push_back(tempOption);
delete [] profileBuffer;
}
else
{