Changeset 66a1b955


Ignore:
Timestamp:
Nov 21, 2007, 6:36:28 PM (16 years ago)
Author:
Paul Brossier <piem@piem.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:
dddf1f5
Parents:
70585a5
Message:

pitchdetection.c: add missing del_aubio_filter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitchdetection.c

    r70585a5 r66a1b955  
    153153      del_aubio_pvoc(p->pv);
    154154      del_cvec(p->fftgrain);
     155      del_aubio_filter(p->filter);
    155156      del_aubio_pitchmcomb(p->mcomb);
    156157      break;
Note: See TracChangeset for help on using the changeset viewer.