Index: tests/PathOpsThreadedCommon.cpp |
diff --git a/tests/PathOpsThreadedCommon.cpp b/tests/PathOpsThreadedCommon.cpp |
index 10501d139c42f5cd1eca743e0b1230f76fa2df4b..342b56004950aac00b558d0fa0007cdaf92c1f06 100644 |
--- a/tests/PathOpsThreadedCommon.cpp |
+++ b/tests/PathOpsThreadedCommon.cpp |
@@ -11,7 +11,7 @@ |
PathOpsThreadedTestRunner::~PathOpsThreadedTestRunner() { |
for (int index = 0; index < fRunnables.count(); index++) { |
- SkDELETE(fRunnables[index]); |
+ delete fRunnables[index]; |
} |
} |