Bug 11364

Summary: [linux-2.6/arch/powerpc/sysdev/qe_lib/ucc_fast.c:211]: Memory leak: uccf
Product: Platform Specific/Hardware Reporter: Daniel Marjamäki (danielm77)
Component: PPC-64Assignee: Tony Breeds (tony)
Status: CLOSED CODE_FIX    
Severity: normal CC: benh, timur, tony
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: latest git tree Subsystem:
Regression: --- Bisected commit-id:

Description Daniel Marjamäki 2008-08-17 10:58:37 UTC
Latest working kernel version:
Earliest failing kernel version:
Distribution:
Hardware Environment:
Software Environment:
Problem Description:

Steps to reproduce:
Comment 1 Daniel Marjamäki 2008-08-17 11:00:42 UTC
The 'uccf' variable is not deallocated before 'return -ENOMEM' is called.
Comment 2 Tony Breeds 2008-08-17 21:01:36 UTC
(In reply to comment #1)
> The 'uccf' variable is not deallocated before 'return -ENOMEM' is called.
> 

Patch at: http://patchwork.ozlabs.org/linuxppc/patch?id=20197

If this is taken my Paulus, I'll close the bug.