projects
/
oweals
/
mdnsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea0e4a
)
service: free the blob_buf on exit
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jun 2014 21:06:38 +0000
(23:06 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jun 2014 21:06:38 +0000
(23:06 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
service.c
patch
|
blob
|
history
diff --git
a/service.c
b/service.c
index b8eb40608e3578689a9f7ef987bf5733a0a7c2c2..597689103f648ef0a2afc04084717116cdfec3fe 100644
(file)
--- a/
service.c
+++ b/
service.c
@@
-328,4
+328,5
@@
void
service_cleanup(void)
{
vlist_flush(&services);
+ blob_buf_free(&b);
}