commit | 90ce35145cb622b3cd0007d50e1f6a5a97321235 | [log] [tgz] |
---|---|---|
author | Andrew Donnellan <andrew.donnellan@au1.ibm.com> | Mon Sep 19 16:41:32 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Sep 20 16:17:54 2016 +1000 |
tree | 26550142d067142c54038f6f126ad7735174c8eb | |
parent | 11b7e154b132232535befe51c55db048069c8461 [diff] |
powerpc/pseries: fix memory leak in queue_hotplug_event() error path If we fail to allocate work, we don't end up using hp_errlog_copy. Free it in the error path. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>