Learn how easy it is to sync an existing GitHub or Google Code repo to a SourceForge project! See Demo

Close

#176 stream_decoder_set_metadata_respond_application return error

closed-fixed
Josh Coalson
libFLAC (57)
4
2006-05-26
2005-07-08
Adal Chiriliuc
No

FLAC__stream_decoder_set_metadata_respond_application
and
FLAC__stream_decoder_set_metadata_ignore_application
have this piece of code:

return decoder->protected_->state =
FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR;

The correct sequence should be the following:

decoder->protected_->state =
FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR;
return false;

Discussion

  • Josh Coalson
    Josh Coalson
    2005-08-09

    • assigned_to: nobody --> jcoalson
    • status: open --> open-accepted
     
  • Josh Coalson
    Josh Coalson
    2005-09-03

    Logged In: YES
    user_id=78173

    fixed in CVS, thanks.

     
  • Josh Coalson
    Josh Coalson
    2005-09-03

    • priority: 5 --> 4
    • status: open-accepted --> open-fixed
     
  • Josh Coalson
    Josh Coalson
    2006-05-26

    • status: open-fixed --> closed-fixed