Parent: 0dce8d1cb0dea2512b79ea746ecaaa773434413e
Author: Gowtham Anandha Babu <gowtham.ab@samsung.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2015-01-27 15:07:59
Tree: 9c612b7e0ca289a2f2dae3fb4a565f4e4671a18e
shared/gatt-client: Fix usage of freed memory src/shared/gatt-client.c:534:14: warning: Use of memory after it is freed op->success = false; ~~~~~~~~~~~ ^ src/shared/gatt-client.c:689:14: warning: Use of memory after it is freed op->success = success; ~~~~~~~~~~~ ^ src/shared/gatt-client.c:790:14: warning: Use of memory after it is freed op->success = success; ~~~~~~~~~~~ ^ src/shared/gatt-client.c:882:14: warning: Use of memory after it is freed op->success = success; ~~~~~~~~~~~ ^ src/shared/gatt-client.c:950:14: warning: Use of memory after it is freed op->success = success; ~~~~~~~~~~~ ^
Diffstat
| M | src/shared/gatt-client.c | | | 16 | +++++++++- - - - - - - |
1 files changed, 9 insertions(+), 7 deletions(-)