We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9a5b1 commit 101b87bCopy full SHA for 101b87b
code/logic/ini.c
@@ -175,7 +175,7 @@ int fossil_media_ini_load_string(const char *data, fossil_media_ini_t *ini) {
175
// Multiline quoted value
176
memmove(value, value+1, vlen); // remove leading quote
177
multiline_key = key;
178
- multiline_value = strdup(value);
+ multiline_value = fossil_media_strdup(value);
179
multiline_quote = quote;
180
free(value);
181
free(trimmed);
0 commit comments