Closed jamrial closed 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 .
Thank you.
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 .