Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/utils_apple_audio.c

    r2da7526 r9209c79  
    3434}
    3535
    36 CFURLRef createURLFromPath(const char * path) {
     36CFURLRef getURLFromPath(const char * path) {
    3737  CFStringRef cfTotalPath = CFStringCreateWithCString (kCFAllocatorDefault,
    3838      path, kCFStringEncodingUTF8);
    3939
    40   CFURLRef url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, cfTotalPath,
     40  return CFURLCreateWithFileSystemPath(kCFAllocatorDefault, cfTotalPath,
    4141      kCFURLPOSIXPathStyle, false);
    42   CFRelease(cfTotalPath);
    43   return url;
    4442}
    4543
Note: See TracChangeset for help on using the changeset viewer.