service: free the blob_buf on exit
authorFelix Fietkau <nbd@openwrt.org>
Mon, 9 Jun 2014 21:06:38 +0000 (23:06 +0200)
committerFelix 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

index b8eb406..5976891 100644 (file)
--- a/service.c
+++ b/service.c
@@ -328,4 +328,5 @@ void
 service_cleanup(void)
 {
        vlist_flush(&services);
+       blob_buf_free(&b);
 }