From e232f1a731a9089a13d88def6c1f2c1a069a6353 Mon Sep 17 00:00:00 2001 From: trUSTssc Date: Sun, 24 Apr 2016 20:11:36 +0200 Subject: player: fix memleak when using video-frame-info --- player/command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/player/command.c b/player/command.c index 7f65534d84..738865bce2 100644 --- a/player/command.c +++ b/player/command.c @@ -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); } -- cgit v1.2.3