Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source.c

    r8d4ffeb rc0a1906  
    140140void del_aubio_source(aubio_source_t * s) {
    141141  AUBIO_ASSERT(s);
    142   if (s && s->s_del && s->source)
     142  if (s->s_del && s->source)
    143143    s->s_del((void *)s->source);
    144144  AUBIO_FREE(s);
Note: See TracChangeset for help on using the changeset viewer.