Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[PATCH] fix leak in activate_ep_files()

parent 7b97ebfb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1614,6 +1614,7 @@ static int activate_ep_files (struct dev_data *dev)
				data, &ep_config_operations,
				&data->dentry);
		if (!data->inode) {
			usb_ep_free_request(ep, data->req);
			kfree (data);
			goto enomem;
		}