Fix another potential memory leak.

Be consistent with respect to static vs. anonymous namespaces.
This commit is contained in:
Steve Checkoway
2004-03-28 22:37:12 +00:00
parent a84e14ae05
commit 06a900de08
2 changed files with 7 additions and 9 deletions
-1
View File
@@ -44,4 +44,3 @@ OSStatus AudioConverter::FormatConverterInputProc(UInt32& ioNumberDataPackets,
buf.mData = mBuffer;
return noErr;
}