From 40528743dbb9ce7f39f093e0cdc47849ac8887cf Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Fri, 7 Jan 2011 13:32:14 -0500 Subject: Skia Merge (revision 808) This merge has companion changes in the following projects in order to be compatible with changes to skia interfaces and practices: 1. /frameworks/base 2. /external/webkit Change-Id: I54092971305579e81a8fdb27bbe04ec340792e3b --- tests/Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Test.cpp b/tests/Test.cpp index 4bbe83a..2bcd3e0 100644 --- a/tests/Test.cpp +++ b/tests/Test.cpp @@ -42,7 +42,7 @@ void Reporter::endTest(Test* test) { Test::Test() : fReporter(NULL) {} Test::~Test() { - fReporter->safeUnref(); + SkSafeUnref(fReporter); } void Test::setReporter(Reporter* r) { -- cgit v1.1