Ignore:
File:
1 edited

Legend:

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

    r2f02d51 r986131d  
    33#include "utils_tests.h"
    44
    5 // this file uses the unstable aubio api to test aubio_sink_wavwrite, please
    6 // use aubio_sink instead see src/io/sink.h and tests/src/sink/test-sink.c
     5// this file uses the unstable aubio api, please use aubio_sink instead
     6// see src/io/sink.h and tests/src/sink/test-sink.c
    77
    88int main (int argc, char **argv)
    99{
     10  aubio_init();
     11
    1012  sint_t err = 0;
    1113
     
    7577  PRINT_ERR("aubio was not compiled with aubio_sink_wavwrite\n");
    7678#endif /* HAVE_WAVWRITE */
     79
     80  aubio_cleanup();
     81 
    7782  return err;
    7883}
Note: See TracChangeset for help on using the changeset viewer.