Closed phadej closed 1 month ago
foo allocates with malloc. packCXString disposes and frees. If async exception comes in between foo and packCXString some memory is leaked.
foo
packCXString
Closed in #154.
foo
allocates with malloc.packCXString
disposes and frees. If async exception comes in betweenfoo
andpackCXString
some memory is leaked.