]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
Fix for memory leak defect.
authorArtur Wojcik <artur.wojcik@intel.com>
Thu, 10 Dec 2009 19:03:40 +0000 (12:03 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 10 Dec 2009 19:03:40 +0000 (12:03 -0700)
commit1602d52c99aff727440e1015411c6566736aaf7f
tree7c5fb2a3620ca753258c0886dfe9f47ecae5c84a
parente207da2f1b16470429d621ee47938e3215844caa
Fix for memory leak defect.

Possible memory leak. Dynamic memory stored in 'sra' allocated through
function 'sysfs_read' at line 2484 can be lost at lines 2491, 2560 and
2571.

Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c