mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-24 05:39:33 +00:00
The m2m_ctx resources was allocated by v4l2_m2m_ctx_init() in g2d_open()
should be freed from g2d_release() when it's not used.
Fix it
Fixes:
|
||
|---|---|---|
| .. | ||
| g2d-hw.c | ||
| g2d-regs.h | ||
| g2d.c | ||
| g2d.h | ||
| Makefile | ||