]> git.sesse.net Git - ffmpeg/commit
avformat/fitsdec: Fix potential leak of string in AVBPrint
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 7 Jan 2020 13:55:42 +0000 (14:55 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 8 Jan 2020 00:32:26 +0000 (01:32 +0100)
commitbb20f3dd730689c3a99f7820cff8b74b06992fff
treec1e21a508bcc6ea80a3ab85e6e2049c7cbf22850
parent3fd68fd955e45ecdb2d96241c9d479a68a0ad982
avformat/fitsdec: Fix potential leak of string in AVBPrint

by freeing it a bit earlier.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/fitsdec.c