• Max Kellermann's avatar
    decoder/flac: don't allocate cuesheet twice (memleak) · 1c4f407a
    Max Kellermann authored
    The function flac_cue_track() first calls FLAC__metadata_object_new(),
    then overwrites this pointer with FLAC__metadata_get_cuesheet().  This
    allocate two FLAC__StreamMetadata objects, but the first pointer is
    lost, and never freed.
    1c4f407a
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...