projects
/
platform
/
core
/
telephony
/
phonenumber-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23fa608
)
fix svace issue
78/151278/2
submit/tizen/20170921.231513
author
Jongkyu Koo
<jk.koo@samsung.com>
Wed, 20 Sep 2017 09:41:20 +0000
(18:41 +0900)
committer
Jongkyu Koo
<jk.koo@samsung.com>
Wed, 20 Sep 2017 09:42:30 +0000
(09:42 +0000)
Change-Id: Ic7a40e8e772d7b0171723979dba8f386e04caeff
Signed-off-by: Jongkyu Koo <jk.koo@samsung.com>
test/phnt.c
patch
|
blob
|
history
diff --git
a/test/phnt.c
b/test/phnt.c
index 729eb96e213b464016b84daa40d3a2ab8fc48789..e395e34725a5df44a31d15f3fb4b2ab41a46f2dc 100644
(file)
--- a/
test/phnt.c
+++ b/
test/phnt.c
@@
-123,11
+123,11
@@
static int phnt_add_block(char *test_number, int match_type)
phone_number_blocking_rule_set_number(rule, test_number);
ret = phone_number_add_blocking_rule(rule);
+ phone_number_blocking_rule_destroy(rule);
if (PHONE_NUMBER_ERROR_NONE != ret) {
ERR("phone_number_add_blocking_rule() Fail(%d)", ret);
return ret;
}
- phone_number_blocking_rule_destroy(rule);
return 0;
}