From 1b6199f8edd7fc69663b579c16a992d6486950af Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Tue, 10 Feb 2015 13:19:02 -0600 Subject: Remove deletes for images from scroll list GUI Elements Resources are deleted by ~PageSet and do not need to be deleted by the the scrollable list elements. This fixes a crash when reloading the theme. Also remove some deletes for items that should not be deleted in button and input GUI elements. Change-Id: Ie1c1b85c81c10f648d085746a5fdba6220468a5f --- gui/partitionlist.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'gui/partitionlist.cpp') diff --git a/gui/partitionlist.cpp b/gui/partitionlist.cpp index 48bd295d6..7e5a74fa5 100644 --- a/gui/partitionlist.cpp +++ b/gui/partitionlist.cpp @@ -96,8 +96,6 @@ GUIPartitionList::GUIPartitionList(xml_node<>* node) : GUIScrollList(node) GUIPartitionList::~GUIPartitionList() { - delete mIconSelected; - delete mIconUnselected; } int GUIPartitionList::Update(void) -- cgit v1.2.3