Changeset fef012a


Ignore:
Timestamp:
Dec 21, 2018, 3:01:10 PM (5 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/timestretch, fix/ffmpeg5, master
Children:
8d4ffeb
Parents:
98d7aaa
Message:

[examples] only delete sink if needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r98d7aaa rfef012a  
    185185
    186186    del_aubio_source (this_source);
    187     del_aubio_sink   (this_sink);
     187    if (this_sink)
     188      del_aubio_sink   (this_sink);
    188189
    189190  }
Note: See TracChangeset for help on using the changeset viewer.