comparison view/View.h @ 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 37f86e26a8d2
comparison
equal deleted inserted replaced
1214:be42a33a3db6 1215:c603aba61702
488 bool m_followPlayIsDetached; 488 bool m_followPlayIsDetached;
489 sv_frame_t m_playPointerFrame; 489 sv_frame_t m_playPointerFrame;
490 bool m_lightBackground; 490 bool m_lightBackground;
491 bool m_showProgress; 491 bool m_showProgress;
492 492
493 QPixmap *m_cache; 493 QPixmap *m_cache; // I own this
494 QPixmap *m_buffer; 494 QPixmap *m_buffer; // I own this
495 sv_frame_t m_cacheCentreFrame; 495 sv_frame_t m_cacheCentreFrame;
496 int m_cacheZoomLevel; 496 int m_cacheZoomLevel;
497 bool m_selectionCached; 497 bool m_selectionCached;
498 498
499 bool m_deleting; 499 bool m_deleting;