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