Ignore:
Timestamp:
Dec 6, 2013, 3:30:20 AM (10 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, pitchshift, sampler, timestretch, yinfft+
Children:
0044b43
Parents:
eadd8d5 (diff), d67a08e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop' into avcodec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/sink_sndfile.c

    readd8d5 raf27265  
    7171    /* show libsndfile err msg */
    7272    AUBIO_ERR("Failed opening %s. %s\n", s->path, sf_strerror (NULL));
     73    AUBIO_FREE(s);
    7374    return NULL;
    7475  }     
     
    7980    AUBIO_ERR("%d x %d exceeds maximum aubio_sink_sndfile buffer size %d\n",
    8081        s->max_size, s->channels, MAX_CHANNELS * MAX_CHANNELS);
     82    AUBIO_FREE(s);
    8183    return NULL;
    8284  }
Note: See TracChangeset for help on using the changeset viewer.