Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-sink_sndfile.c

    r33d0242 r986131d  
    88int main (int argc, char **argv)
    99{
     10  aubio_init();
     11
    1012  sint_t err = 0;
    1113
     
    6466  PRINT_ERR("aubio was not compiled with aubio_source_sndfile\n");
    6567#endif /* HAVE_SNDFILE */
     68
     69  aubio_cleanup();
     70 
    6671  return err;
    6772}
Note: See TracChangeset for help on using the changeset viewer.