Skip to content

Commit

Permalink
* MDF [cmd_proc] revert fix for #1719 2
Browse files Browse the repository at this point in the history
Signed-off-by: wayne <yukang.wei@emqx.io>
  • Loading branch information
OdyWayne authored and JaylinYu committed Mar 29, 2024
1 parent 3ed8039 commit bfe99d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nanomq/cmd_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ handle_recv(const char *msg, size_t msg_len, conf *config, char **err_msg)
return 0;

err:
conf_fini(new_conf);
cJSON_Delete(obj);
return -1;
}
Expand Down

0 comments on commit bfe99d6

Please sign in to comment.