Bug 15493

Summary: [cppcheck] found a memory leak in linux-2.6/drivers/scsi/aacraid/commctrl.c
Product: IO/Storage Reporter: Martin Ettl (ettl.martin)
Component: SCSIAssignee: linux-scsi (linux-scsi)
Status: RESOLVED CODE_FIX    
Severity: normal CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.34 git head Subsystem:
Regression: No Bisected commit-id:
Attachments: fix

Description Martin Ettl 2010-03-09 15:45:05 UTC
Created attachment 25425 [details]
fix 

during a check of the current git head of the linux kernel with the static code
analysis tool cppcheck
(http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page) the
tool discovered a memory leak in linux-2.6/drivers/scsi/aacraid/commctrl.c

Please refer the attached patch, that fixes the issue.

Best regards

Ettl Martin