Browse Source

MT#60827 use correct free function

Change-Id: Ifc492c579872358cdd2dc5fa3f2f20cbbab72c57
rfuchs/fixes
Richard Fuchs 1 year ago
parent
commit
ee2e976b08
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/codec.c

+ 1
- 1
daemon/codec.c View File

@ -4020,7 +4020,7 @@ void packet_encoded_packetize(AVPacket *pkt, struct codec_ssrc_handler *ch, stru
if (G_UNLIKELY(ret == -1 || pkt->pts == AV_NOPTS_VALUE)) {
// nothing
free(buf);
bufferpool_unref(buf);
break;
}


Loading…
Cancel
Save