BUG/MINOR: contrib/halog: fixing small memory leak
Issue was identified by cppcheck
This commit is contained in:
parent
93e8b88f06
commit
4473a2e9aa
|
@ -1569,6 +1569,7 @@ void filter_count_url(const char *accept_field, const char *time_field, struct t
|
|||
|
||||
if (unlikely(!*e)) {
|
||||
truncated_line(linenum, line);
|
||||
free(ustat);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue