Skip to content
Snippets Groups Projects
Commit caa3b8fe authored by pavel.uhanov's avatar pavel.uhanov
Browse files

...

parent 5a4b6588
No related branches found
No related tags found
1 merge request!448leaks_fix
Pipeline #47823 failed with stage
in 30 minutes and 55 seconds
......@@ -182,6 +182,8 @@ dap_stm_ch_rec_t *l_rec = NULL;
if ( !l_rec )
log_it(L_ERROR, "dap_stream_ch_t:%p - no record found!", a_stm_ch);
else {
dap_list_free_full(a_stm_ch->packet_in_notifiers, NULL);
dap_list_free_full(a_stm_ch->packet_out_notifiers, NULL);
DAP_DEL_MULTY(l_rec->stm_ch, l_rec);
debug_if(g_debug_reactor, L_NOTICE, "dap_stream_ch_t:%p - is released", a_stm_ch);
}
......
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