projects
/
platform
/
core
/
api
/
nsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f07715
)
[CID-74740] Fix memory leak
31/174631/2
accepted/tizen/unified/20180406.062028
submit/tizen/20180404.081806
author
Seonah Moon
<seonah1.moon@samsung.com>
Tue, 3 Apr 2018 08:28:05 +0000
(17:28 +0900)
committer
Seonah Moon
<seonah1.moon@samsung.com>
Tue, 3 Apr 2018 08:29:36 +0000
(17:29 +0900)
Change-Id: I4c72aa17511b632986b51fd9e405888611f139e3
test/dns-sd-test.c
patch
|
blob
|
history
diff --git
a/test/dns-sd-test.c
b/test/dns-sd-test.c
index 9b229783ff5dcde8348a08149199af0f59748da8..7ddb54a2287af42ec0300a01bd84dd3da26aa19c 100644
(file)
--- a/
test/dns-sd-test.c
+++ b/
test/dns-sd-test.c
@@
-413,6
+413,7
@@
int test_dnssd_service_set_record()
rv = dnssd_service_set_record(service, type, length, data);
if (rv != DNSSD_ERROR_NONE) {
printf("Failed to add record\n");
+ g_free(data);
return 0;
}