diff --git a/core/include/dap_json_rpc_errors.h b/core/include/dap_json_rpc_errors.h index df2815b9b8e763463bbb582f3f5ffea106961740..a2663d8db0c2a2f7637fcda90cfe8533cfb874b3 100644 --- a/core/include/dap_json_rpc_errors.h +++ b/core/include/dap_json_rpc_errors.h @@ -82,6 +82,9 @@ void dap_json_rpc_add_standart_erros(void); #define dap_json_rpc_allocation_put(a_json_obj_reply) \ json_object_put(a_json_obj_reply), NULL +#define dap_json_rpc_allocation_put_error(a_json_obj_reply) \ + json_object_put(a_json_obj_reply), DAP_CHAIN_NODE_CLI_COM_DECREE_MEMORY_ALLOC_ERR + #ifdef __cplusplus } #endif