提交 0552774d 编写于 作者: P Pawel Osciak 提交者: Mauro Carvalho Chehab

[media] Fix double free of video_device in mem2mem_testdev

video_device is already being freed in video_device.release callback on
release.
Signed-off-by: NPawel Osciak <pawel@osciak.com>
Reported-by: NRoland Kletzing <devzero@web.de>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 15c88fad
......@@ -1011,7 +1011,6 @@ static int m2mtest_remove(struct platform_device *pdev)
v4l2_m2m_release(dev->m2m_dev);
del_timer_sync(&dev->timer);
video_unregister_device(dev->vfd);
video_device_release(dev->vfd);
v4l2_device_unregister(&dev->v4l2_dev);
kfree(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册