Bug 14363

Summary: found a possible resource leak in file linux-2.6.31/arch/um/drivers/xterm.c
Product: Drivers Reporter: Martin Ettl (ettl.martin)
Component: OtherAssignee: drivers_other
Status: CLOSED CODE_FIX    
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 issue

Description Martin Ettl 2009-10-10 11:27:06 UTC
Created attachment 23332 [details]
should fix the issue

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/um/drivers/xterm.c. See the attached
patch, the fixes this issue.

Best regards

Martin