Commit c82ffb07 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] fix leak in activate_ep_files()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7b97ebfb
...@@ -1614,6 +1614,7 @@ static int activate_ep_files (struct dev_data *dev) ...@@ -1614,6 +1614,7 @@ static int activate_ep_files (struct dev_data *dev)
data, &ep_config_operations, data, &ep_config_operations,
&data->dentry); &data->dentry);
if (!data->inode) { if (!data->inode) {
usb_ep_free_request(ep, data->req);
kfree (data); kfree (data);
goto enomem; goto enomem;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment