diff --git a/src/core/wee-string.c b/src/core/wee-string.c index 119ac6fc3..13168b312 100644 --- a/src/core/wee-string.c +++ b/src/core/wee-string.c @@ -782,6 +782,8 @@ string_is_word_char (const char *string) /* * Converts a mask (string with only "*" as wildcard) to a regex, paying * attention to special chars in a regex. + * + * Note: result must be freed after use. */ char *