msm: ipa3: fix ipa3_reset_with_open_aggr_frame_wa() memory leak
ipa3_reset_with_open_aggr_frame_wa() expects dma memory to be freed
in a callback function that is not called in this scenario. This change
frees the memory inside the ipa3_reset_with_open_aggr_frame_wa()
after aggregation is force closed and the dma memory is not necessary
anymore.
Change-Id: I6dc98420014dfe775895a3b0d6d26075047e39d6
Signed-off-by:
Amir Levy <alevy@codeaurora.org>
Loading
Please register or sign in to comment