Bug 14358

Summary: found a resource leak in linux-2.6.31/scripts/mod/modpost.c
Product: Other Reporter: Martin Ettl (ettl.martin)
Component: OtherAssignee: other_other
Status: RESOLVED OBSOLETE    
Severity: normal CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.5-rc2 Subsystem:
Regression: No Bisected commit-id:
Attachments: should fix the possible resource leak

Description Martin Ettl 2009-10-10 10:46:08 UTC
Created attachment 23327 [details]
should fix the possible resource leak

Hello,

during the check with the static code analysis tool cppcheck (available on
soureforge), i found a resource leak in file linux-2.6.31/scripts/mod/modpost.c. See the attached
patch, the fixes this issue.

Best regards

Martin