sony-laptop: leak in error handling sony_nc_lid_resume_setup()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 1 Feb 2013 13:28:27 +0000 (16:28 +0300)
committerMatthew Garrett <matthew.garrett@nebula.com>
Wed, 27 Feb 2013 13:30:43 +0000 (08:30 -0500)
commit34cf1df34aba1a6274deeef92ad6d02d5f52dab0
treeea9f8a7db5b603671e245e5e5b53334ef4e09afc
parentfabf85e3ca15d5b94058f391dac8df870cdd427a
sony-laptop: leak in error handling sony_nc_lid_resume_setup()

We need to decrement "i" first because the current "i" was not allocated
succesfully.  Also we should go free the way down to zero to avoid a
leak.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/sony-laptop.c