]> 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)
commit389508223e22807e7fb42ada4ad9d61416cc7afd
tree705cc80bec45db55ba10f6f40ba8523e9c48bda2
parent1602d52c99aff727440e1015411c6566736aaf7f
Fix for memory leak defect.

Possible memory leak. Dynamic memory stored in 'dev' and 'dev' allocated
through function 'malloc' can be lost on exit path.

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