gpu: host1x: Plug potential memory leak
authorThierry Reding <treding@nvidia.com>
Thu, 2 Sep 2021 20:33:09 +0000 (22:33 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Sep 2021 16:06:52 +0000 (18:06 +0200)
commitc3dbfb9c49eef7d07904e5fd5e158dd6688bbab3
tree3d8ec9d2961d2062d5dfda65fee5a40f18c68154
parenta81cf839a064af27349b857fe347e97dd98c12a0
gpu: host1x: Plug potential memory leak

The memory allocated for a DMA fence could be leaked if the code failed
to allocate the waiter object. Make sure to release the fence allocation
on failure.

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/fence.c