fix memory leak when doing regex code
This commit was SVN r14906.
Этот коммит содержится в:
родитель
de58336c45
Коммит
b4ffc97195
@ -197,6 +197,7 @@ find_options_index(const char *arg)
|
||||
}
|
||||
|
||||
if (0 == regexec(&res, arg, (size_t) 0, NULL, 0)) {
|
||||
regfree(&res);
|
||||
return i;
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user