Closed cosmo0920 closed 3 months ago
In some of the conditions, kvpair->val is not allocated and just as a reference. cfl_kvlist_insert_string_s() is able to create referenced string value on kvlists.
kvpair->val
cfl_kvlist_insert_string_s()
Hmm..., there is a different issue for managing resources for referenced strings...
In some of the conditions,
kvpair->val
is not allocated and just as a reference.cfl_kvlist_insert_string_s()
is able to create referenced string value on kvlists.