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:
88c8431
)
drm/nouveau: do not leak in nv20_graph_create
author
Jesper Juhl
<jj@chaosbits.net>
Sun, 3 Jul 2011 23:46:53 +0000
(09:46 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Sun, 24 Jul 2011 23:40:52 +0000
(09:40 +1000)
If we return due to an unknown chipset in
drivers/gpu/drm/nouveau/nv20_graph.c:nv20_graph_create() we'll leak the
memory allocated to 'pgraph'.
This patch should fix the leak.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Reviewed-by: Marcin Slusarz <marcin.slusarz@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found