fix leaking memory in cert_dump_blob
authorPetr Štetiar <ynezz@true.cz>
Mon, 16 Dec 2019 13:49:40 +0000 (14:49 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 16 Dec 2019 19:52:58 +0000 (20:52 +0100)
commit19a7225ac0188f3b3945b5608e02fc0101127bbd
tree2a1b712b37533bc299c59e631c4a5c6504a429ba
parent9dba44ddd4f5453d36e85a976dae567d8544d197
fix leaking memory in cert_dump_blob

Fixes following valgrind reported memory leak:

 189 bytes in 1 blocks are definitely lost in loss record 3 of 4
    at realloc
    by blobmsg_format_json_with_cb
    by blobmsg_format_json_indent
    by cert_dump_blob (ucert.c:386)
    by cert_dump (ucert.c:405)
    by main (ucert.c:728)

Signed-off-by: Petr Štetiar <ynezz@true.cz>
ucert.c