From b42493fb4c40611020c9ded9b7af5b96dc4148bd Mon Sep 17 00:00:00 2001 From: DS Date: Tue, 10 Mar 2020 20:32:38 +0100 Subject: Fix memory leak in GUIHyperText (#9489) --- src/gui/guiHyperText.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/guiHyperText.h') diff --git a/src/gui/guiHyperText.h b/src/gui/guiHyperText.h index 3ea8732cd..093c84ccd 100644 --- a/src/gui/guiHyperText.h +++ b/src/gui/guiHyperText.h @@ -153,7 +153,7 @@ protected: std::unordered_map m_elementtags; std::unordered_map m_paragraphtags; - std::vector m_tags; + std::vector m_not_root_tags; std::list m_active_tags; // Current values -- cgit v1.2.3