Changeset 72b649d


Ignore:
Timestamp:
Jul 12, 2006, 6:24:32 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:
8f70a18
Parents:
3f53972
Message:

update peakpick deletion function
update peakpick deletion function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/peakpick.c

    r3f53972 r72b649d  
    176176
    177177void del_aubio_peakpicker(aubio_pickpeak_t * p) {
    178         //del_aubio_biquad(p->biquad);
     178        del_aubio_biquad(p->biquad);
    179179        del_fvec(p->onset_keep);
    180180        del_fvec(p->onset_proc);
    181181        del_fvec(p->onset_peek);
    182182        del_fvec(p->scratch);
     183        AUBIO_FREE(p);
    183184}
Note: See TracChangeset for help on using the changeset viewer.