mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2026-01-11 08:34:19 +01:00
ws
This commit is contained in:
@@ -105,7 +105,7 @@ static inline char *duplicateStringValue(const char *value,
|
||||
/** Free the string duplicated by duplicateStringValue().
|
||||
*/
|
||||
static inline void releaseStringValue(char *value) {
|
||||
free(value);
|
||||
free(value);
|
||||
}
|
||||
|
||||
} // namespace Json
|
||||
|
||||
Reference in New Issue
Block a user