[poppler] Memory leak in SplashOutputDev::axialShadedFill

Thomas Freitag Thomas.Freitag at kabelmail.de
Mon Jan 24 01:42:31 PST 2011


Hi!

Using valgrind with the well known ducks & roses I encountered, that I 
forgot do delete the pattern object in SplashOutputDev::axialShadedFill, 
so the correct last statements should be:

:    :    :
   delete pattern;
   delete path;

   return retVal;
}

Thomas



More information about the poppler mailing list