player: fix memleak when using video-frame-info

This commit is contained in:
trUSTssc 2016-04-24 20:11:36 +02:00 committed by wm4
parent 5800d1845f
commit e232f1a731
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}