Free the string duplicated by duplicateStringValue(). */
| 1601 | /** Free the string duplicated by duplicateStringValue(). |
| 1602 | */ |
| 1603 | static inline void releaseStringValue(char *value) { |
| 1604 | free(value); |
| 1605 | } |
| 1606 | |
| 1607 | } // namespace Json |
| 1608 |
no outgoing calls
no test coverage detected