In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a memory leak in 'host1x_remove()' Add a missing 'host1x_channel_list_free()' call in the remove function, as already done in the error handling path of the probe function.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.