trace: free memory allocated by blobmsg_format_json_indent()
authorDaniel Golle <daniel@makrotopia.org>
Mon, 30 Aug 2021 19:20:49 +0000 (20:20 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 30 Aug 2021 19:30:43 +0000 (20:30 +0100)
commite5b38fd1298cec50f68b01568fcecf5e626cd286
tree74d7ae694ce9fb3a14110c447f4e1e1ef525b149
parentdf251c2cbad9a14dc632a7f44ff6baee3a72b043
trace: free memory allocated by blobmsg_format_json_indent()

Only one out of two occurances have been addressed previously.
Close the other one now.

Coverity CID: 1446205
Fixes: 51f1cd23 ("trace: free string returned by blobmsg_format_json_indent()")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
trace/trace.c