commit | 1eb08545c0a3a2249ad53e393383cc06163d0d16 | [log] [tgz] |
---|---|---|
author | Quentin Lambert <lambert.quentin@gmail.com> | Sat Nov 19 19:22:56 2016 +0100 |
committer | Juergen Gross <jgross@suse.com> | Thu Nov 24 09:23:14 2016 +0100 |
tree | d0b8f9e6d5a6429a53c88aab6511e995891fadc6 | |
parent | 30b6b22f4e6ebe285ad22657fb3818e03c394bb1 [diff] |
xen-scsifront: Add a missing call to kfree Most error branches following the call to kmalloc contain a call to kfree. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com>