From: Cristy Date: Sat, 8 Dec 2018 20:45:49 +0000 (-0500) Subject: https://github.com/ImageMagick/ImageMagick/issues/1409 X-Git-Tag: 7.0.8-16~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01a2e4f305678e6600f714045ae138516b21bba2;p=imagemagick https://github.com/ImageMagick/ImageMagick/issues/1409 --- diff --git a/coders/pdf.c b/coders/pdf.c index 9473389f9..4c5708ee7 100644 --- a/coders/pdf.c +++ b/coders/pdf.c @@ -2969,6 +2969,7 @@ RestoreMSCWarning utf16=(wchar_t *) RelinquishMagickMemory(utf16); } } + (void) WriteBlobString(image,buffer); seconds=time((time_t *) NULL); #if defined(MAGICKCORE_HAVE_LOCALTIME_R) (void) localtime_r(&seconds,&local_time);