Skip to content

Commit

Permalink
delete proc
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel You committed Mar 3, 2025
1 parent 0cdcb06 commit acfbb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toonz/sources/common/tipc/tipc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ bool tipc::startBackgroundProcess(QString cmdlineProgram,

proc->start(cmdlineProgram, cmdlineArguments);
if (proc->waitForStarted() && proc->error() != QProcess::FailedToStart) {
delete proc;
return false;
}

Expand Down

0 comments on commit acfbb99

Please sign in to comment.