summaryrefslogtreecommitdiff
path: root/splash/SplashPath.cc
diff options
context:
space:
mode:
Diffstat (limited to 'splash/SplashPath.cc')
-rw-r--r--splash/SplashPath.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/splash/SplashPath.cc b/splash/SplashPath.cc
index b4249ed..4ee8be0 100644
--- a/splash/SplashPath.cc
+++ b/splash/SplashPath.cc
@@ -2,6 +2,8 @@
//
// SplashPath.cc
//
+// Copyright 2003-2013 Glyph & Cog, LLC
+//
//========================================================================
#include <aconf.h>
@@ -53,6 +55,7 @@ SplashPath::SplashPath(SplashPath *path) {
memcpy(hints, path->hints, hintsLength * sizeof(SplashPathHint));
} else {
hints = NULL;
+ hintsLength = hintsSize = 0;
}
}