Skip to content

Commit e4e7535

Browse files
committed
fix typo
1 parent 9d25251 commit e4e7535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/filter/filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ static unsigned int php_sapi_filter(int arg, const char *var, char **val, size_t
354354
*val = estrndup(Z_STRVAL_P(&raw_var), Z_STRLEN_P(&raw_var));
355355
} else
356356
{
357-
*val = strdup("");
357+
*val = estrdup("");
358358
}
359359
}
360360

0 commit comments

Comments
 (0)