fix for a memory leak in an error case introduced by fix for double free
authorOliver Neukum <oliver@neukum.org>
Sat, 26 Jul 2008 20:42:42 +0000 (22:42 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Jul 2008 03:40:09 +0000 (20:40 -0700)
commit852fef69c0d9510a28a70221cfddd004efa02552
tree3cc5a175ad181262926f0498a74054e482220088
parent9ee08c2df47c10ba624ff05a6c0f2500748bcb69
fix for a memory leak in an error case introduced by fix for double free

The fix NULLed a pointer without freeing it.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Reported-by: Juha Motorsportcom <juha_motorsportcom@luukku.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/serial/ipaq.c