MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / releaseStringValue

Function releaseStringValue

Source/JSON/jsoncpp.cpp:2308–2308  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2306/** Free the string duplicated by duplicateStringValue()/duplicateAndPrefixStringValue().
2307 */
2308static inline void releaseStringValue(char* value) { OG_FREE(value); }
2309
2310} // namespace Json
2311

Callers 4

~CommentInfoMethod · 0.70
setCommentMethod · 0.70
~CZStringMethod · 0.70
~ValueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected