Skip to content

Commit

Permalink
Realize a lock at any end of VRleTask
Browse files Browse the repository at this point in the history
  • Loading branch information
mymedia2 committed Mar 5, 2022
1 parent 7c4db68 commit 141f4dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vector/vraster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ struct VRleTask {
{
if (mPath.points().size() > SHRT_MAX ||
mPath.points().size() + mPath.segments() > SHRT_MAX) {
mRle.notify();
return;
}

Expand Down

0 comments on commit 141f4dc

Please sign in to comment.