Skip to content

Commit

Permalink
Merge branch 'main' into qt-6.6.0-mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 18, 2023
2 parents 08dfb7a + 13496a4 commit 7fa6de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,6 @@ int main(int argc, char *argv[])
showCliError(error);
}
const int result = ((cliErrors.isEmpty()) && (command->start())) ? QCoreApplication::exec() : EXIT_FAILURE;
delete command;
delete command; // We don't strictly need to do this, but it does fix QTBUG-119063, and is probably good practice.
return result;
}

0 comments on commit 7fa6de6

Please sign in to comment.