mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
clear out some SessionHandleRef's on close.
This commit is contained in:
parent
6b8b4bb986
commit
e69368cc8f
1 changed files with 3 additions and 0 deletions
|
|
@ -141,6 +141,9 @@ WaveView::WaveView (Item* parent, boost::shared_ptr<ARDOUR::AudioRegion> region)
|
||||||
WaveView::~WaveView ()
|
WaveView::~WaveView ()
|
||||||
{
|
{
|
||||||
invalidate_image_cache ();
|
invalidate_image_cache ();
|
||||||
|
if (images ) {
|
||||||
|
images->clear_cache ();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
string
|
string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue