]> git.ipfire.org Git - thirdparty/json-c.git/commit
Fix memory leak in test_safe_json_pointer_set, the caller must free the passed value... master
authorEric Hawicz <erh+git@nimenees.com>
Fri, 20 Feb 2026 00:05:10 +0000 (19:05 -0500)
committerEric Hawicz <erh+git@nimenees.com>
Fri, 20 Feb 2026 00:05:10 +0000 (19:05 -0500)
commit52ddfb35f1cc7e337edb6b1939a043140b42cf5a
tree99af3e6c9ef3823cd50e75aca2deb1689dc9f9ac
parent8c987e0b730e3aff2b86cb5d93784ded3dc6164d
Fix memory leak in test_safe_json_pointer_set, the caller must free the passed value when json_pointer_set failed.  Also, reformat.
tests/test_safe_json_pointer_set.c