Changeset 3cc3fd8 for python/ext/py-source.c
- Timestamp:
- Jan 26, 2014, 8:20:37 PM (11 years ago)
- 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:
- c038740
- Parents:
- 422452b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-source.c
r422452b r3cc3fd8 127 127 Pyaubio_source_close (Py_source *self, PyObject *unused) 128 128 { 129 del_aubio_source (self->o); 130 self->o = NULL; 129 aubio_source_close (self->o); 131 130 Py_RETURN_NONE; 132 131 }
Note: See TracChangeset
for help on using the changeset viewer.