commit | fc878efe84c342441706fcdf776e08fe455fe9c1 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Sep 29 18:45:05 2016 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Fri Sep 30 23:22:26 2016 +0530 |
tree | 659ea88f0bd11b6b6afea75c365eee1b422e6953 | |
parent | 9f0df936b1b93a7fab5b9ed73009f43369c121ea [diff] |
dmaengine: jz4780: fix resource leaks on error exit return In two cases when jz4780_dma_setup_hwdesc fails, there is a memory leak on the allocated desc and associated DMA pools on the error exit return path. Fix this by free'ing the resources before returning. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>