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

Function releaseStringValue

vrclient_x64/jsoncpp.cpp:2574–2574  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected