mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 10:43:08 +01: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:
@@ -281,6 +281,8 @@ ScreenFrame::ScreenFrame(wxWindow * parent, wxWindowID id)
|
||||
|
||||
ScreenFrame::~ScreenFrame()
|
||||
{
|
||||
if( mFrame )
|
||||
mFrame.release();
|
||||
}
|
||||
|
||||
void ScreenFrame::Populate()
|
||||
|
||||
Reference in New Issue
Block a user