| commit | 59e7954667e529eefed3e20790feebe9be7311c7 | [log] [tgz] |
|---|---|---|
| author | Tarun Karra <tkarra@codeaurora.org> | Wed Apr 10 10:25:25 2013 -0700 |
| committer | Tarun Karra <tkarra@codeaurora.org> | Fri Apr 12 12:03:56 2013 -0700 |
| tree | 8a2b389f57a74fcacd053b85d7a304fc5917f491 | |
| parent | 782734f18ee55e1572fa0d61f079b5d527eaf4d8 [diff] |
msm: kgsl: Prevent fault tolerance memory free twice There is a possibility of fault tolerance data to be freed twice if fault tolerance fails. Do not free the data when the data allocation fails, take the decision to free the data only at the end of fault tolerance. CRs-Fixed: 469807 Change-Id: Ifcc9a75e70440be6471b32d8413f4faa01a9ee47 Signed-off-by: Tarun Karra <tkarra@codeaurora.org>