Changeset 25d58dc for src/io


Ignore:
Timestamp:
Feb 27, 2017, 1:34:45 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
39be048
Parents:
48ebc3b
Message:

src/io/source_apple_audio.c: allow closing twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_apple_audio.c

    r48ebc3b r25d58dc  
    280280{
    281281  OSStatus err = noErr;
    282   if (!s->audioFile) { return AUBIO_FAIL; }
     282  if (!s->audioFile) { return AUBIO_OK; }
    283283  err = ExtAudioFileDispose(s->audioFile);
    284284  s->audioFile = NULL;
Note: See TracChangeset for help on using the changeset viewer.