fluent / cfl

Tiny library for data structures management, call it c:\ floppy
Apache License 2.0
0 stars 6 forks source link

kvlist: Handle referenced condition on teardown #53

Closed cosmo0920 closed 3 months ago

cosmo0920 commented 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.

cosmo0920 commented 3 months ago

Hmm..., there is a different issue for managing resources for referenced strings...