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:
db5d247
)
firewire: cdev: fix another memory leak in an error path
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sat, 26 Dec 2009 00:34:29 +0000
(
01:34
+0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Tue, 29 Dec 2009 18:58:16 +0000
(19:58 +0100)
If copy_from_user in an FW_CDEV_IOC_SEND_RESPONSE ioctl failed, the
fw_request pointed to by the inbound_transaction_resource is no
longer referenced and needs to be freed.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found