Browse Source

MT#55283 don't hand-roll list free function

Change-Id: I7201805b0d0e5c308462ac489ae8012fbf1d2d7f
pull/1623/head
Richard Fuchs 3 years ago
parent
commit
a9471ff226
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      daemon/codec.c

+ 1
- 2
daemon/codec.c View File

@ -1324,8 +1324,7 @@ next:
} }
} }
while (passthrough_handlers)
passthrough_handlers = g_slist_delete_link(passthrough_handlers, passthrough_handlers);
g_slist_free(passthrough_handlers);
if (MEDIA_ISSET(receiver, RTCP_GEN)) { if (MEDIA_ISSET(receiver, RTCP_GEN)) {
receiver->rtcp_handler = rtcp_sink_handler; receiver->rtcp_handler = rtcp_sink_handler;


Loading…
Cancel
Save