libplist icon indicating copy to clipboard operation
libplist copied to clipboard

fix String::GetValue memory leaking and suport assignment of const char*

Open guyingzhao opened this issue 1 year ago • 0 comments

  1. change delete to free since plist_get_string_val allocate memory with malloc
  2. support assigning String by const char* to avoid memory duplication

guyingzhao avatar Feb 21 '24 15:02 guyingzhao