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:
parent
edeb7c2723
commit
164cc7bb67
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue