Bugs item #2963080, was opened at 2010-03-04 03:30
Message generated for change (Comment added) made by robert
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100290&aid=2963080&group_id=290
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Misc
Group: Unknown
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Robert Hegemann (robert)
Summary: Missing #ifdef/#endif in util.c ?
Initial Comment:
In libmp3lame/util.c, at the end of the freegfc() function, there is a call to hip_decode_exit(). Should this call be in an #ifdef DECODE_ON_THE_FLY conditional block?
----------------------------------------------------------------------
>Comment By: Robert Hegemann (robert)
Date: 2010-03-07 10:38
Message:
Yes, it should be if-def'ed out.
Fixed in CVS main branch.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100290&aid=2963080&group_id=290
|