aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-21 02:01:01 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-21 02:01:01 +0000
commit4c5ea4480341f0f663b51e9d78b948bc0a785f4d (patch)
tree6a0f5e1c5ec7bd399b6fcc9bfd7e8c9b04825bba /src/pdf
parenta38dfb6981379770221b16b5ec036b08f3005973 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@5635 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/pdf')
-rw-r--r--src/pdf/SkPDFDocument.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFDocument.cpp b/src/pdf/SkPDFDocument.cpp
index d47f1f3560..7e064ee19d 100644
--- a/src/pdf/SkPDFDocument.cpp
+++ b/src/pdf/SkPDFDocument.cpp
@@ -75,7 +75,7 @@ SkPDFDocument::~SkPDFDocument() {
fPageTree.safeUnrefAll();
fPageResources.safeUnrefAll();
fSubstitutes.safeUnrefAll();
-
+
fDocCatalog->unref();
SkSafeUnref(fTrailerDict);
}