From 64fca91a099201aab132ba6bf03484a83aa34dc7 Mon Sep 17 00:00:00 2001 From: jsiegle <jsiegle@mit.edu> Date: Mon, 20 Feb 2012 17:30:33 -0500 Subject: [PATCH] Resampling node still uses the old initialization functions --- Source/Processors/ResamplingNode.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/Processors/ResamplingNode.cpp b/Source/Processors/ResamplingNode.cpp index d2ddbadf8..79e4c7a36 100644 --- a/Source/Processors/ResamplingNode.cpp +++ b/Source/Processors/ResamplingNode.cpp @@ -170,12 +170,6 @@ void ResamplingNode::updateFilter() { void ResamplingNode::releaseResources() { - // if (destBuffer != 0) { - // deleteAndZero(destBuffer); - // } - // if (tempBuffer != 0) { - // deleteAndZero(tempBuffer); - // } } void ResamplingNode::process(AudioSampleBuffer &buffer, -- GitLab