Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 23e9761d authored by Sivan Reinstein's avatar Sivan Reinstein
Browse files

msm: ipa: fix freeing memory that was already freed



During SSR, if ipa_tag_process is returning with timeout,
there is a free for user1 field of the descriptors. however this
user1 field will be freed again when the ipa_free_buffer callback
will be called.
There is no need to free the user1 field in the descriptor in case
of timeout from ipa_tag_process.

Change-Id: Iee9990944cb573e077744d3454984f53fe23c5dc
Signed-off-by: default avatarSivan Reinstein <sivanr@codeaurora.org>
parent 3c7ef256
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment