mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01:00
166fcf86cd
The object "ax25_dev" is managed by reference counting. Thus it should
not be directly released by kfree(), replace with ax25_dev_put().
Fixes:
|
||
---|---|---|
.. | ||
af_ax25.c | ||
ax25_addr.c | ||
ax25_dev.c | ||
ax25_ds_in.c | ||
ax25_ds_subr.c | ||
ax25_ds_timer.c | ||
ax25_iface.c | ||
ax25_in.c | ||
ax25_ip.c | ||
ax25_out.c | ||
ax25_route.c | ||
ax25_std_in.c | ||
ax25_std_subr.c | ||
ax25_std_timer.c | ||
ax25_subr.c | ||
ax25_timer.c | ||
ax25_uid.c | ||
Kconfig | ||
Makefile | ||
sysctl_net_ax25.c |