Index: src/pathops/SkOpSegment.cpp |
diff --git a/src/pathops/SkOpSegment.cpp b/src/pathops/SkOpSegment.cpp |
index 99af13a04e3274210bf85cb9c435efbecaafc09e..e332954fc0ef8322cfde630565221f426601fa7d 100644 |
--- a/src/pathops/SkOpSegment.cpp |
+++ b/src/pathops/SkOpSegment.cpp |
@@ -1437,7 +1437,6 @@ void SkOpSegment::moveNearby() { |
return; |
} |
spanS->merge(test->upCast()); |
- spanS->upCast()->setNext(next); |
goto checkNextSpan; |
} |
} while ((testBase = testBase->next()) != test->ptT()); |