MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / releaseStringValue

Function releaseStringValue

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

Free the string duplicated by duplicateStringValue()/duplicateAndPrefixStringValue(). */

Source from the content-addressed store, hash-verified

2573/** Free the string duplicated by duplicateStringValue()/duplicateAndPrefixStringValue().
2574 */
2575static inline void releaseStringValue(char* value) { free(value); }
2576
2577} // namespace Json
2578

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected