Changeset c0d7cd6


Ignore:
Timestamp:
Jul 10, 2012, 12:35:35 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:
dda6ba6
Parents:
fff7b92
Message:

examples/utils.c: avoid segfault when compiling without sndfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    rfff7b92 rc0d7cd6  
    281281examples_common_del (void)
    282282{
    283   uint_t i;
     283#if HAVE_SNDFILE
    284284  del_fvec (ibuf);
    285285  del_fvec (obuf);
    286286  del_fvec (woodblock);
     287#endif
    287288  aubio_cleanup ();
    288289}
Note: See TracChangeset for help on using the changeset viewer.