mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
In lapb_device_event, lapb_devtostruct is called to get a reference to
an object of "struct lapb_cb". lapb_devtostruct increases the refcount
of the object and returns a pointer to it. However, we didn't decrease
the refcount after we finished using the pointer. This patch fixes this
problem.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lapb_iface.c | ||
| lapb_in.c | ||
| lapb_out.c | ||
| lapb_subr.c | ||
| lapb_timer.c | ||
| Makefile | ||