Skip to content
Snippets Groups Projects
Commit 3f8515e9 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

Access violation fixed

parent f01deccb
No related branches found
No related tags found
1 merge request!5Access violation fixed
......@@ -296,8 +296,6 @@ void s_stream_ch_packet_in(dap_stream_ch_t* a_ch , void* a_arg)
DAP_DELETE(l_success);
}
if(l_request)
DAP_DELETE(l_request);
if(l_receipt)
DAP_DELETE(l_receipt);
} break;
......
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