Skip to content

Commit

Permalink
Update Libs/Core/ctkJobScheduler.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andras Lasso <[email protected]>
  • Loading branch information
Punzo and lassoan authored Sep 9, 2024
1 parent ed004e4 commit 58d62e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/Core/ctkJobScheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ bool ctkJobSchedulerPrivate::cleanJob(const QString &jobUID)
return false;
}

job->freeUsedResources();
job->releaseResources();
}

this->onQueueJobsInThreadPool();
Expand Down

0 comments on commit 58d62e1

Please sign in to comment.