Skip to content

Commit b418616

Browse files
committed
cleaned up unneeded deallocation in 164
1 parent 003b954 commit b418616

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/SoundpipeAudioKit/Generators/PhaseLockedVocoder.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ public class PhaseLockedVocoder: Node {
160160
au.setWavetable(data: data, size: Int(ioNumberFrames))
161161
} else {
162162
// failure
163-
theData?.deallocate()
164-
theData = nil // make sure to return NULL
165163
Log("Error = \(err)"); break Exit
166164
}
167165
// Fixing a previous memory leak

0 commit comments

Comments
 (0)