build: linux package private beta

update linux package for private beta
This commit is contained in:
Andreas Stallinger
2015-10-20 17:12:05 +02:00
parent 52494ba402
commit 5af8800eed
5 changed files with 28 additions and 4 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ std::shared_ptr<clang::tooling::FixedCompilationDatabase> CxxParser::getCompilat
clang::tooling::FixedCompilationDatabase::loadFromCommandLine(argc, argv)
);
delete argv;
delete[] argv;
if (!compilationDatabase)
{