:orphan: sdsnew ====== Synopsis -------- .. c:function:: #include .. c:function:: void sdsfree(sds s) Description ----------- The function :c:func:`sdsfree()` frees an SDS string, doing nothing if passed a NULL pointer. See also -------- :manpage:`sds(3)`