MCPcopy Create free account
hub / github.com/Illumina/hap.py / releaseStringValue

Function releaseStringValue

external/jsoncpp/jsoncpp.cpp:1603–1605  ·  view source on GitHub ↗

Free the string duplicated by duplicateStringValue(). */

Source from the content-addressed store, hash-verified

1601/** Free the string duplicated by duplicateStringValue().
1602 */
1603static inline void releaseStringValue(char *value) {
1604 free(value);
1605}
1606
1607} // namespace Json
1608

Callers 4

~CommentInfoMethod · 0.85
setCommentMethod · 0.85
~CZStringMethod · 0.85
~ValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected