diff --git a/libavformat/utils.c b/libavformat/utils.c
index c4f67c9cab942dc858f98971974d8680e6fef614..530a9bb16a7e59c8bf98fb47860c4111968d0fbb 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -2145,6 +2145,7 @@ void av_close_input_stream(AVFormatContext *s)
         av_freep(&s->programs[i]->stream_index);
         av_freep(&s->programs[i]);
     }
+    av_freep(&s->programs);
     flush_packet_queue(s);
     av_freep(&s->priv_data);
     av_free(s);