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:
29cd8ae
)
rrunner.c: fix possible memory leak in rr_init_one()
author
David Oostdyk
<daveo@ll.mit.edu>
Fri, 8 Mar 2013 08:28:15 +0000
(08:28 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sun, 10 Mar 2013 20:42:23 +0000
(16:42 -0400)
In the event that register_netdev() failed, the rrpriv->evt_ring
allocation would have not been freed.
Signed-off-by: David Oostdyk <daveo@ll.mit.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found