MCPcopy Create free account
hub / github.com/cinder/Cinder / releaseStringValue

Function releaseStringValue

src/jsoncpp/jsoncpp.cpp:1595–1595  ·  view source on GitHub ↗

Free the string duplicated by duplicateStringValue(). */

Source from the content-addressed store, hash-verified

1593/** Free the string duplicated by duplicateStringValue().
1594 */
1595static inline void releaseStringValue(char* value) { free(value); }
1596
1597} // namespace Json
1598

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected