avformat: free decryption key in av_close_input_stream()
Originally committed as revision 24899 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -2487,6 +2487,7 @@ void av_close_input_stream(AVFormatContext *s)
|
|||||||
}
|
}
|
||||||
av_freep(&s->chapters);
|
av_freep(&s->chapters);
|
||||||
av_metadata_free(&s->metadata);
|
av_metadata_free(&s->metadata);
|
||||||
|
av_freep(&s->key);
|
||||||
av_free(s);
|
av_free(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user