libplist
libplist copied to clipboard
fix String::GetValue memory leaking and suport assignment of const char*
- change
delete
tofree
sinceplist_get_string_val
allocate memory with malloc - support assigning String by
const char*
to avoid memory duplication