summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/therm_pm72.c
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2007-08-09 23:02:36 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2007-08-22 23:27:47 +0200
commit1207cf84f289694ba7ba8eeaa346a0195b3de606 (patch)
tree61fd07daf4a4cf43b15f594637fb7214c5b5f9c7 /drivers/macintosh/therm_pm72.c
parentUSB: belkin_sa: avoid divide by zero error (diff)
downloadlinux-1207cf84f289694ba7ba8eeaa346a0195b3de606.tar.xz
linux-1207cf84f289694ba7ba8eeaa346a0195b3de606.zip
USB: Fix a memory leak in em28xx_usb_probe()
If, in em28xx_usb_probe() the memory allocation dev->alt_max_pkt_size = kmalloc(32* dev->num_alt,GFP_KERNEL); fails, then we'll bail out and return -ENOMEM. The problem is that in that case we don't free the storage allocated to 'dev', thus causing a memory leak. This patch fixes the leak by freeing 'dev' before we return -ENOMEM. This fixes Coverity bug #647. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/macintosh/therm_pm72.c')
0 files changed, 0 insertions, 0 deletions