Index: src/pathops/SkPathOpsOp.cpp |
diff --git a/src/pathops/SkPathOpsOp.cpp b/src/pathops/SkPathOpsOp.cpp |
index 0df4859cdfcd90b46356575ca97f9ee3c6f42208..71efeeea8c48144b03e3417708030c412f160269 100644 |
--- a/src/pathops/SkPathOpsOp.cpp |
+++ b/src/pathops/SkPathOpsOp.cpp |
@@ -299,6 +299,7 @@ bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) { |
SkOpContour::debugShowWindingValues(contourList); |
#endif |
FixOtherTIndex(&contourList); |
+ CheckEnds(&contourList); |
SortSegments(&contourList); |
#if DEBUG_ACTIVE_SPANS || DEBUG_ACTIVE_SPANS_FIRST_ONLY |
DebugShowActiveSpans(contourList); |