Skip to content

Commit

Permalink
MT#60827 use correct free function
Browse files Browse the repository at this point in the history
Change-Id: Ifc492c579872358cdd2dc5fa3f2f20cbbab72c57
  • Loading branch information
rfuchs committed Sep 2, 2024
1 parent 98d6575 commit ee2e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ee2e976

Please sign in to comment.