In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Fix memory leaks on probe Handle the error branches to free memory where required. Addresses-Coverity-ID: 1491825 ("Resource leak")
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.