Skip to content

Commit 141f4dc

Browse files
committed
Realize a lock at any end of VRleTask
1 parent 7c4db68 commit 141f4dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vector/vraster.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ struct VRleTask {
373373
{
374374
if (mPath.points().size() > SHRT_MAX ||
375375
mPath.points().size() + mPath.segments() > SHRT_MAX) {
376+
mRle.notify();
376377
return;
377378
}
378379

0 commit comments

Comments
 (0)