1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a mistake in the last CoreAudioFormat check-in.

This commit is contained in:
jules 2012-10-12 14:15:29 +01:00
parent edeb7c2723
commit 164cc7bb67

View file

@ -42,9 +42,10 @@ namespace
for (CFIndex i = 0; i < numValues; ++i)
extensionsArray.add ("." + String::fromCFString ((CFStringRef) CFArrayGetValueAtIndex (extensions, i)));
CFRelease (extensions);
}
CFRelease (extensions);
return extensionsArray;
}
}