splash/SplashFontFile.cc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 6551e1676265f8ae0b7aab4da87f25bc7e281bae
Author: Albert Astals Cid <[email protected]>
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 <[email protected]>
-// Copyright (C) 2008 Albert Astals Cid <[email protected]>
+// Copyright (C) 2008, 2022 Albert Astals Cid <[email protected]>
 // Copyright (C) 2019 Christian Persch <[email protected]>
 // Copyright (C) 2022 Oliver Sander <[email protected]>
 //
@@ -68,7 +68,6 @@ void SplashFontFile::decRefCnt()
 SplashFontSrc::SplashFontSrc()
 {
     isFile = false;
-    fileName = nullptr;
     buf = nullptr;
     refcnt = 1;
 }

Reply via email to