diff --git a/plugins/Latency/LatencyExamplePlugin.cpp b/plugins/Latency/LatencyExamplePlugin.cpp index 69dff87..1656551 100644 --- a/plugins/Latency/LatencyExamplePlugin.cpp +++ b/plugins/Latency/LatencyExamplePlugin.cpp @@ -37,6 +37,11 @@ public: sampleRateChanged(getSampleRate()); } + ~LatencyExamplePlugin() override + { + delete[] fBuffer; + } + protected: /* -------------------------------------------------------------------------------------------------------- * Information */