bp0 / libhdcd

An HDCD decoder library
Other
26 stars 8 forks source link

Autogen and Valgrind #5

Closed jamrial closed 8 years ago

jamrial commented 8 years ago

While the second patch makes Valgrind happy and removes a spam of "use of uninitialized values" warnings, it makes me wonder if it may in fact be hiding bugs in your code.

The reset() functions may not be reinitializing the structs properly .

bp0 commented 8 years ago

Thank you.