git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3964b58
)
V4L/DVB (11515): drivers/media/video/saa5249.c: fix use-after-free and leak
author
Dan Carpenter
<error27@gmail.com>
Tue, 14 Apr 2009 22:50:33 +0000
(19:50 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 29 Apr 2009 18:41:11 +0000
(15:41 -0300)
I moved the kfree() down a couple lines. t->vdev is going to be in freed
memory so there is no point setting it to NULL. I added a kfree(t) on a
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found