[poppler] splash/SplashFontFile.cc
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Mar 15 15:49:47 UTC 2022
splash/SplashFontFile.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 6551e1676265f8ae0b7aab4da87f25bc7e281bae
Author: Albert Astals Cid <aacid at kde.org>
Date: Tue Mar 15 16:45:33 2022 +0100
Fix crash caused by efe7d77838896ddcefb838f382628ae31be54d99
diff --git a/splash/SplashFontFile.cc b/splash/SplashFontFile.cc
index ec101da5..429858e7 100644
--- a/splash/SplashFontFile.cc
+++ b/splash/SplashFontFile.cc
@@ -12,7 +12,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2006 Takashi Iwai <tiwai at suse.de>
-// Copyright (C) 2008 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2008, 2022 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2019 Christian Persch <chpe at src.gnome.org>
// Copyright (C) 2022 Oliver Sander <oliver.sander at tu-dresden.de>
//
@@ -68,7 +68,6 @@ void SplashFontFile::decRefCnt()
SplashFontSrc::SplashFontSrc()
{
isFile = false;
- fileName = nullptr;
buf = nullptr;
refcnt = 1;
}
More information about the poppler
mailing list