Skip to content

Relace the calls to ubus_free() with ubus_free_context()

Yalu Zhang requested to merge ubus_free_context into devel

This is to avoid memory corruption issue that happens when more than one thread calls ubus_free() which frees the global buffer which is defined in libubus.

Merge request reports