Changes in src/io/source.c [8d4ffeb:c0a1906]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source.c
r8d4ffeb rc0a1906 140 140 void del_aubio_source(aubio_source_t * s) { 141 141 AUBIO_ASSERT(s); 142 if (s && s->s_del && s->source)142 if (s->s_del && s->source) 143 143 s->s_del((void *)s->source); 144 144 AUBIO_FREE(s);
Note: See TracChangeset
for help on using the changeset viewer.