Changeset 057ecee for src/io/sink.c


Ignore:
Timestamp:
Jan 8, 2019, 7:21:22 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe_org
Children:
977a5c3
Parents:
ba740ea (diff), 65a4fb4 (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 'master' into feature/crepe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/sink.c

    rba740ea r057ecee  
    136136
    137137void del_aubio_sink(aubio_sink_t * s) {
    138   AUBIO_ASSERT(s);
     138  //AUBIO_ASSERT(s);
    139139  if (s && s->s_del && s->sink)
    140140    s->s_del((void *)s->sink);
Note: See TracChangeset for help on using the changeset viewer.