commit | ff086575b7fbfcf48c1e2bc6f8914cbfc2c4ea37 | [log] [tgz] |
---|---|---|
author | Andy Walls <awalls@radix.net> | Sat Oct 18 08:51:28 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Oct 21 14:20:39 2008 -0200 |
tree | d0046be6f8f0e480e4ca3eb94904313e10bcc104 | |
parent | 2515ddc6db8eb49a79f0fe5e67ff09ac7c81eab4 [diff] |
V4L/DVB (9297): cx18: Fix memory leak on card initialization failure On error exit, the cx18_probe() function did not use the proper entry in cx18_cards[] with kfree() when card init failed; leaking memory. Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>