Changeset 32df658


Ignore:
Timestamp:
Jul 15, 2012, 2:37:50 AM (12 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:
1223979
Parents:
420962e
Message:

src/io/source.c: do not try to delete if NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source.c

    r420962e r32df658  
    5959
    6060void del_aubio_source(aubio_source_t * s) {
     61  if (!s) return;
    6162#ifdef __APPLE__
    6263  del_aubio_source_apple_audio((aubio_source_apple_audio_t *)s->source);
Note: See TracChangeset for help on using the changeset viewer.