mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-24 23:53:02 +00:00
65b2bcbf5f
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:
|
||
---|---|---|
.. | ||
base-files | ||
dts-5.10 | ||
dts-5.15 | ||
files/firmware/rtl838x_phy | ||
files-5.10 | ||
files-5.15 | ||
image | ||
patches-5.10 | ||
patches-5.15 | ||
profiles | ||
rtl838x | ||
rtl839x | ||
rtl930x | ||
rtl931x | ||
Makefile |