summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2021-05-10 07:29:06 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2021-05-10 07:29:06 +0900
commit6ba26204779a03d85580226bcb11ff2b2a82dbeb (patch)
tree218cd51e3a3081d9acf84bb0a531433d8ab48d38
parentea54a29e5229e9b1eb5bbbf4e5147928fc80272c (diff)
downloadbluetooth-accepted/tizen_6.5_unified.tar.gz
bluetooth-accepted/tizen_6.5_unified.tar.bz2
bluetooth-accepted/tizen_6.5_unified.zip
Change-Id: I627f7149d4cdb75c3981f5a9c71e247b1f726b77 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-rw-r--r--src/bt-main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bt-main.c b/src/bt-main.c
index 37661d8..707891b 100644
--- a/src/bt-main.c
+++ b/src/bt-main.c
@@ -294,6 +294,9 @@ static void app_service(app_control_h service, void *data)
ERR("service failed [%d]", ret);
if (operation)
free(operation);
+
+ if (value)
+ free(value);
return;
}
}