]> git.sesse.net Git - ffmpeg/commit
avcodec/utils: free last_pkt_props on avcodec_open2() failure
authorJames Almer <jamrial@gmail.com>
Wed, 3 Mar 2021 21:05:15 +0000 (18:05 -0300)
committerJames Almer <jamrial@gmail.com>
Wed, 3 Mar 2021 21:05:15 +0000 (18:05 -0300)
commit77ce903f7ad2619fb3f420fd3e7f7b778dcb7704
treea658f90b7daf18d4658fe6c1c966915dbfc45a31
parentb34d1de8dc64466aea226183bd8701fa8bf95788
avcodec/utils: free last_pkt_props on avcodec_open2() failure

Regression since b34d1de8dc

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/utils.c