Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
1214:be42a33a3db6 | 1215:c603aba61702 |
---|---|
78 { | 78 { |
79 // cerr << "View::~View(" << this << ")" << endl; | 79 // cerr << "View::~View(" << this << ")" << endl; |
80 | 80 |
81 m_deleting = true; | 81 m_deleting = true; |
82 delete m_propertyContainer; | 82 delete m_propertyContainer; |
83 delete m_cache; | |
84 delete m_buffer; | |
83 } | 85 } |
84 | 86 |
85 PropertyContainer::PropertyList | 87 PropertyContainer::PropertyList |
86 View::getProperties() const | 88 View::getProperties() const |
87 { | 89 { |