Skip to content
Snippets Groups Projects
Commit a83c88fc authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[!] Fixed double free

parent 2c45563c
No related branches found
No related tags found
No related merge requests found
...@@ -687,8 +687,6 @@ void dap_client_pvt_request_enc(dap_client_pvt_t * a_client_internal, const char ...@@ -687,8 +687,6 @@ void dap_client_pvt_request_enc(dap_client_pvt_t * a_client_internal, const char
// if(l_url_full) // if(l_url_full)
// DAP_DELETE(l_url_full); // DAP_DELETE(l_url_full);
if(l_request_enc)
DAP_DELETE(l_request_enc);
} }
/** /**
......
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