diff options
| author | Jesper Juhl <[email protected]> | 2012-04-12 03:55:18 +0000 |
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2012-04-12 05:15:04 +0000 |
| commit | 0e3d0f3d960bf5b895adcf9ffc79d2077f1411d5 (patch) | |
| tree | af1258e22b8ded4e7d4d0f123b06335c9c7cb1d4 /lib/mpi/mpi-bit.c | |
| parent | Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.h (diff) | |
| download | kernel-0e3d0f3d960bf5b895adcf9ffc79d2077f1411d5.tar.gz kernel-0e3d0f3d960bf5b895adcf9ffc79d2077f1411d5.zip | |
Input: da9052 - fix memory leak in da9052_onkey_probe()
If, in drivers/input/misc/da9052_onkey.c::da9052_onkey_probe(), the
call to either kzalloc() or input_allocate_device() fails then we will
return -ENOMEM from the function without freeing the other allocation
that may have succeeded, thus we leak either the memory allocated for
'onkey' or the memory allocated for 'input_dev' if one succeeds and
the other fails.
Fix that by jumping to the 'err_free_mem' label at the end of the
function that properly cleans up rather than returning directly.
Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions
