make sure to initialize dashPattern correctly
authorkramm <kramm>
Sun, 23 Nov 2008 13:52:10 +0000 (13:52 +0000)
committerkramm <kramm>
Sun, 23 Nov 2008 13:52:10 +0000 (13:52 +0000)
lib/pdf/GFXOutputDev.cc

index 7d45e50..ef441b4 100644 (file)
@@ -575,6 +575,7 @@ GFXOutputDev::GFXOutputDev(InfoOutputDev*info, PDFDoc*doc)
     this->config_multiply = 1;
 
     this->gfxfontlist = gfxfontlist_create();
     this->config_multiply = 1;
 
     this->gfxfontlist = gfxfontlist_create();
+    this->dashPattern = 0;
   
     memset(states, 0, sizeof(states));
     this->featurewarnings = 0;
   
     memset(states, 0, sizeof(states));
     this->featurewarnings = 0;