commit | 5eaaa14b5b9c8f1a83d291439f4dcef60a5bfeca | [log] [tgz] |
---|---|---|
author | Anchit Narang <anchit.n@samsung.com> | Wed Jul 22 09:57:23 2015 +0530 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Mon Jul 27 10:21:01 2015 +0300 |
tree | 5e40007133ba7e832452a3fbbfbcfb8875a7070e | |
parent | cc3975c2689ccfe0d52f5afe86595fff76013592 [diff] |
android/tester-main.c:Fixed Memory leak This patch fixes memory leak issues in various functions by allocating memory to structure step only after intial checks are performed as control was returning from these checks without freeing memory allocated to it.