Changeset c18bbef for python/ext


Ignore:
Timestamp:
May 11, 2016, 3:20:00 PM (8 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:
770f7b4
Parents:
cd2791f
Message:

python/ext/py-source.c: fix free

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-source.c

    rcd2791f rc18bbef  
    162162  if (self->o) {
    163163    del_aubio_source(self->o);
    164     free(self->mread_to.data);
     164    free(self->c_mread_to.data);
    165165  }
    166166  Py_XDECREF(self->read_to);
Note: See TracChangeset for help on using the changeset viewer.