From e81454fb387cd98b4a63ade83a9eb41f1bdca278 Mon Sep 17 00:00:00 2001 From: sapier Date: Fri, 20 Jun 2014 19:50:47 +0200 Subject: Fix small memory leaks on shutdown --- src/guiTable.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guiTable.cpp') diff --git a/src/guiTable.cpp b/src/guiTable.cpp index 5febb8370..4d6fc1950 100644 --- a/src/guiTable.cpp +++ b/src/guiTable.cpp @@ -98,6 +98,8 @@ GUITable::~GUITable() if (m_font) m_font->drop(); + + m_scrollbar->remove(); } GUITable::Option GUITable::splitOption(const std::string &str) -- cgit v1.2.3