Skip to content

Commit 0b7d635

Browse files
committed
Realize a lock at any end of VRleTask
1 parent a3984b6 commit 0b7d635

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)