Changeset b6bb265
- Timestamp:
- Dec 17, 2016, 12:03:24 PM (8 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, sampler, yinfft+
- Children:
- 17b08e6
- Parents:
- 5d9b03b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_avcodec.c
r5d9b03b rb6bb265 532 532 av_frame_free( &(s->avFrame) ); 533 533 } 534 if (s->path) AUBIO_FREE(s->path);535 534 s->avFrame = NULL; 535 if (s->path) { 536 AUBIO_FREE(s->path); 537 } 538 s->path = NULL; 536 539 AUBIO_FREE(s); 537 540 }
Note: See TracChangeset
for help on using the changeset viewer.