From 2aeb9320dc71bf3b04fc7885da85d29899663b8f Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 27 Apr 2015 21:04:48 -0500 Subject: [PATCH] Initialize variable...duh! --- src/effects/ladspa/LadspaEffect.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/ladspa/LadspaEffect.cpp b/src/effects/ladspa/LadspaEffect.cpp index f525f36db..69a50a48a 100644 --- a/src/effects/ladspa/LadspaEffect.cpp +++ b/src/effects/ladspa/LadspaEffect.cpp @@ -406,6 +406,7 @@ LadspaEffect::LadspaEffect(const wxString & path, int index) mLatencyPort = -1; mDialog = NULL; + mParent = NULL; mSliders = NULL; mFields = NULL; mLabels = NULL;