babeld: free blob-buffers that are on stack
authorNick Hainke <vincent@systemli.org>
Wed, 13 Oct 2021 05:57:09 +0000 (07:57 +0200)
committerNick Hainke <vincent@systemli.org>
Sat, 16 Oct 2021 07:29:07 +0000 (09:29 +0200)
commit6d463ca97cf329fe5b7bb29ff5581076ff7245f9
tree8cd4ecfbc70217b3f3e5ccfc635740181587932b
parent0bb6aa04f6ed27fcea341d21a09fd3bcab86cd89
babeld: free blob-buffers that are on stack

As Felix mentioned:
If a buffer was already allocated, blob_buf_init reuses it. You can
keep reusing it as many times as you want. You only need to call
blob_buf_free if you explicitly want to free the buffer memory
(e.g. on exit, or if the blob_buf is on stack).

http://lists.openwrt.org/pipermail/openwrt-devel/2021-October/036722.html

This PR frees the blob-buffers that are on the stack.

Signed-off-by: Nick Hainke <vincent@systemli.org>
babeld/src/ubus.c