summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys.c b/sys.c
index 4f008ba..40f49ca 100644
--- a/sys.c
+++ b/sys.c
@@ -226,6 +226,7 @@ procstr:
blobmsg_close_table(&buf, tbl);
ubus_send_reply(ctx, req, buf.head);
+ blob_buf_free(&buf);
fclose(f);
return 0;