Bug 14371

Summary: found a resource leak in file linux-2.6.31/arch/powerpc/boot/hack-coff.c
Product: Other Reporter: Martin Ettl (ettl.martin)
Component: OtherAssignee: other_other
Status: CLOSED INVALID    
Severity: normal CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.31 Subsystem:
Regression: No Bisected commit-id:
Attachments: should fix the possible resource leak

Description Martin Ettl 2009-10-11 20:06:22 UTC
Created attachment 23345 [details]
should fix the possible resource leak

Hello,

during the check with the static code analysis tool cppcheck (available on
sourceforge:: https://sourceforge.net/projects/cppcheck/), i found a possible
resource leak in file 
linux-2.6.31/arch/powerpc/boot/hack-coff.c. See the attached
patch, the fixes this issue.

Best regards