mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 07:10:06 +02:00
Bug 1672 - Residual
Now clear the pointer to the screenshot window, if it is closed by some other route.
This commit is contained in:
parent
51c5c73b3b
commit
a5df25f762
@ -281,6 +281,8 @@ ScreenFrame::ScreenFrame(wxWindow * parent, wxWindowID id)
|
||||
|
||||
ScreenFrame::~ScreenFrame()
|
||||
{
|
||||
if( mFrame )
|
||||
mFrame.release();
|
||||
}
|
||||
|
||||
void ScreenFrame::Populate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user