]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/4xm.c
avpacket: Replace av_free_packet with av_packet_unref
[ffmpeg] / libavformat / 4xm.c
index 2952a2172abb67d2c00c71c2fc43a58e2924c550..5eaf9851b7b96380d4159553e6b39a79f24f9a8f 100644 (file)
@@ -308,7 +308,7 @@ static int fourxm_read_packet(AVFormatContext *s,
             ret = avio_read(s->pb, &pkt->data[8], size);
 
             if (ret < 0) {
-                av_free_packet(pkt);
+                av_packet_unref(pkt);
             } else
                 packet_read = 1;
             break;