diff view/View.cpp @ 1215:c603aba61702 3.0-integration

Fix memory leak of cache pixmaps in View
author Chris Cannam
date Fri, 13 Jan 2017 10:22:04 +0000
parents 6828735468c9
children a34a2a25907c
line wrap: on
line diff
--- a/view/View.cpp	Thu Jan 05 14:30:49 2017 +0000
+++ b/view/View.cpp	Fri Jan 13 10:22:04 2017 +0000
@@ -80,6 +80,8 @@
 
     m_deleting = true;
     delete m_propertyContainer;
+    delete m_cache;
+    delete m_buffer;
 }
 
 PropertyContainer::PropertyList