This commit is contained in:
Christopher Dunn
2014-09-03 13:46:37 -07:00
parent 8eb6f88a87
commit d94caac1ea
2 changed files with 10 additions and 10 deletions

View File

@@ -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