mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 22:28:57 +02:00
Drag a slider like input gain, and hit command-W. Don't crash (debug build)!
This commit is contained in:
parent
1bdd1a07ab
commit
cb245d2f79
@ -1618,6 +1618,8 @@ ASlider::ASlider( wxWindow * parent,
|
||||
|
||||
ASlider::~ASlider()
|
||||
{
|
||||
if(HasCapture())
|
||||
ReleaseMouse();
|
||||
delete mLWSlider;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user