summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/qt/ImageDiff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/qt/ImageDiff.cpp')
-rw-r--r--Tools/DumpRenderTree/qt/ImageDiff.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/qt/ImageDiff.cpp b/Tools/DumpRenderTree/qt/ImageDiff.cpp
index 9282e2f..def1294 100644
--- a/Tools/DumpRenderTree/qt/ImageDiff.cpp
+++ b/Tools/DumpRenderTree/qt/ImageDiff.cpp
@@ -142,6 +142,8 @@ int main(int argc, char* argv[])
fflush(stdout);
}
+ actualImage = QImage();
+ baselineImage = QImage();
}
}