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

Commit 5c653351 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (9613): tvaudio: fix a memory leak

parent f21f237c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1481,6 +1481,7 @@ static int chip_probe(struct i2c_client *client, const struct i2c_device_id *id)
	}
	if (desc->name == NULL) {
		v4l_dbg(1, debug, client, "no matching chip description found\n");
		kfree(chip);
		return -EIO;
	}
	v4l_info(client, "%s found @ 0x%x (%s)\n", desc->name, client->addr<<1, client->adapter->name);