Changeset b91fe6e


Ignore:
Timestamp:
Jul 21, 2006, 3:57:28 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
9af07aa
Parents:
e21208e
Message:

fix memory freeing in examples
fix memory freeing in examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    re21208e rb91fe6e  
    325325          }
    326326  }
     327  if (usedoubled)    {
     328    del_aubio_onsetdetection(o2);
     329    del_fvec(onset2);
     330  }
     331  del_aubio_onsetdetection(o);
     332  del_aubio_peakpicker(parms);
    327333  del_aubio_pvoc(pv);
    328334  del_fvec(obuf);
     
    330336  del_cvec(fftgrain);
    331337  del_fvec(onset);
     338  del_fvec(woodblock);
     339  aubio_cleanup();
    332340}
    333341
Note: See TracChangeset for help on using the changeset viewer.