add dump for SkWStream inst-leaks
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 26 Jun 2012 19:25:18 +0000 (19:25 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 26 Jun 2012 19:25:18 +0000 (19:25 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@4349 2bbb7eff-a529-9590-31e7-b0007b416f81

gm/gmmain.cpp

index 0c31975..ca18e49 100644 (file)
@@ -1088,6 +1088,7 @@ int main(int argc, char * const argv[]) {
 
 #ifdef SK_DEBUG
     SkRefCnt::CheckInstanceCount();
+    SkWStream::CheckInstanceCount();
 #endif
 
     return (0 == testsFailed) ? 0 : -1;