mirror of https://github.com/mpv-player/mpv
player: fix memleak when using video-frame-info
This commit is contained in:
parent
5800d1845f
commit
e232f1a731
|
@ -2581,6 +2581,7 @@ static int mp_property_video_frame_info(void *ctx, struct m_property *prop,
|
|||
{0}
|
||||
};
|
||||
|
||||
talloc_free(f);
|
||||
return m_property_read_sub(props, action, arg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue