1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 16:09:28 +02:00

Initialize variable...duh!

This commit is contained in:
Leland Lucius 2015-04-27 21:04:48 -05:00
parent 513256854e
commit 2aeb9320dc

View File

@ -406,6 +406,7 @@ LadspaEffect::LadspaEffect(const wxString & path, int index)
mLatencyPort = -1;
mDialog = NULL;
mParent = NULL;
mSliders = NULL;
mFields = NULL;
mLabels = NULL;