Skip to content
Snippets Groups Projects
Commit f476ad2f authored by oljas.jarasbaev's avatar oljas.jarasbaev
Browse files

[*] fix seg

parent 4692be00
No related branches found
No related tags found
2 merge requests!436Hotfixes 15 11,!413Feature 9526
Pipeline #46221 passed with stage
in 10 minutes and 33 seconds
...@@ -142,15 +142,10 @@ void dap_json_rpc_http_proc(dap_http_simple_t *a_http_simple, void *a_arg) ...@@ -142,15 +142,10 @@ void dap_json_rpc_http_proc(dap_http_simple_t *a_http_simple, void *a_arg)
char * l_res_str = dap_json_rpc_request_handler(a_http_simple->request, a_http_simple); char * l_res_str = dap_json_rpc_request_handler(a_http_simple->request, a_http_simple);
enc_http_reply(l_dg, l_res_str, strlen(l_res_str)); enc_http_reply(l_dg, l_res_str, strlen(l_res_str));
*return_code = Http_Status_OK; *return_code = Http_Status_OK;
enc_http_reply_encode(a_http_simple,l_dg);
log_it(L_INFO," New stream session %u initialized",l_stream_session->id); // dap_enc_ks_delete(l_hdr_key_id->value);
enc_http_delegate_delete(l_dg);
} }
enc_http_reply_encode(a_http_simple,l_dg);
// dap_enc_ks_delete(l_hdr_key_id->value);
enc_http_delegate_delete(l_dg);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment