openwrt/target/linux/realtek/files-5.10/drivers/net
Jan Hoffmann 65b2bcbf5f realtek: fix memory leak in netevent handler
The net_event_work struct is allocated, but only freed in a single case.
Move the allocation to the branch where it is actually needed, and free
it after the work has been done.

Fixes: 03e1d93e07 ("realtek: add driver support for routing offload")
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2023-02-13 12:14:16 +01:00
..
dsa/rtl83xx realtek: fix memory leak in netevent handler 2023-02-13 12:14:16 +01:00
ethernet realtek: Fix reset register access 2022-12-28 16:53:56 +01:00
phy realtek: add missing of.h include in phy driver 2022-10-08 11:05:02 +02:00