13
0

clear out some SessionHandleRef's on close.

This commit is contained in:
Robin Gareus 2015-08-20 22:27:35 +02:00
parent 6b8b4bb986
commit e69368cc8f

View File

@ -141,6 +141,9 @@ WaveView::WaveView (Item* parent, boost::shared_ptr<ARDOUR::AudioRegion> region)
WaveView::~WaveView ()
{
invalidate_image_cache ();
if (images ) {
images->clear_cache ();
}
}
string