the details message of the ticket is probably not accurate. the fixed leaks are at different parts so I guess the dead code was simply skipped at that time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the details message of the ticket is probably not accurate. the fixed leaks are at different parts so I guess the dead code was simply skipped at that time.
hmm just reached the place with leaks again
lib/ipmi_fru.c:1218: dead_error_line: Execution cannot reach this statement "free(fru_data);".
lib/ipmi_fru.c:1220: leaked_storage: Variable "fru_data" going out of scope leaks the storage it points to.
cool. new leaks other then the pending old tracker.
the new patch hopefully does the right thing. converts the dead and leaking code to what it was probably supposed to do originally.