Blame SOURCES/0001-Related-rhbz-1602527-add-comment-to-silence-leaked_s.patch

707541
From b94a1ab2983293cb666b5dca8012b993eb4947b5 Mon Sep 17 00:00:00 2001
707541
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
707541
Date: Mon, 23 Jul 2018 14:54:58 +0100
707541
Subject: [PATCH] Related: rhbz#1602527 add comment to silence leaked_storage
707541
 for 'glyphs'
707541
707541
---
707541
 src/GlyphCache.cpp | 4 ++++
707541
 1 file changed, 4 insertions(+)
707541
707541
diff --git a/src/GlyphCache.cpp b/src/GlyphCache.cpp
707541
index 6d050ce..282bdc1 100644
707541
--- a/src/GlyphCache.cpp
707541
+++ b/src/GlyphCache.cpp
707541
@@ -164,6 +164,7 @@ GlyphCache::GlyphCache(const Face & face, const uint32 face_options)
707541
         }
707541
         delete _glyph_loader;
707541
         _glyph_loader = 0;
707541
+	// coverity[leaked_storage : FALSE] - calling read_glyph on index 0 saved glyphs
707541
     }
707541
 
707541
     if (_glyphs && glyph(0) == 0)
707541
-- 
707541
2.17.0
707541