Changeset 21cc311 for src


Ignore:
Timestamp:
Jun 3, 2005, 2:56:57 AM (19 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:
c078336
Parents:
d4a0cc4
Message:

fixed memory freeing of pitchmcomb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitchmcomb.c

    rd4a0cc4 r21cc311  
    346346  uint_t i;
    347347  del_fvec(p->newmag);
    348   del_fvec(p->newmag);
    349   del_fvec(p->newmag);
     348  del_fvec(p->scratch);
     349  del_fvec(p->scratch2);
    350350  AUBIO_FREE(p->peaks);
    351351  for (i=0;i<p->ncand;i++) {
Note: See TracChangeset for help on using the changeset viewer.