ubus: fix uhttpd crash
authorWojciech Jowsa <wojciech.jowsa@gmail.com>
Sun, 15 Nov 2020 09:19:17 +0000 (10:19 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 23 Nov 2020 01:06:02 +0000 (01:06 +0000)
commitf53a63999784bcb7dc513e221f3f25dd3de2f35e
treeee0cfe7ed673858df5dd251066235fd5ee8bf797
parent14a3cb42047bd0c0f8d5713332b9b4516a505607
ubus: fix uhttpd crash

Unregister ubus subscriber in notification remove callback.
Without this call, uhttpd crashes when client tries to subscribe to
the ubus object after the object was unregistred and registered again.
It is bacuse the reference to ubus subscriber is not freed but
the memory is cleared in the uh_request_done function.

Signed-off-by: Wojciech Jowsa <wojciech.jowsa@gmail.com>
ubus.c