sds
sds copied to clipboard
Memory leak?
In the function 'sdscatvprintf' I think the statement va_end(cpy) is missing after vsnprintf call.
Submitted a fix for this here: https://github.com/antirez/sds/pull/8