You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In mqtt_handle.c, several variables have already been assigned NULL before the neu_json_decode_write_free call.
In rw_handle.c, when the handle_write function calls neu_plugin_op to send data to the southbound device, the neu_msg_new function performs a deep copy of cmd. Regardless of the return result of neu_plugin_op, neu_req_write_tag_fini should be called to free memory, right?
This issue was automatically translated from Chinese.