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

Commit b64dfa3b authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa: fix double free in ipa3_send()



Fix a double free introduced by merge conflict.

Change-Id: Idcfd33fcfcea8a63da0291aab226d96b0acd042c
CRs-Fixed: 2022853
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 79d42bd7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -421,7 +421,6 @@ int ipa3_send(struct ipa3_sys_context *sys,
	}
	kfree(gsi_xfer_elem_array);

	kfree(gsi_xfer_elem_array);
	spin_unlock_bh(&sys->spinlock);

	/* set the timer for sending the NOP descriptor */