mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
Merge pull request #223 from prymitive/lcf_fixes
free values on old sync node list
This commit is contained in:
@@ -38,6 +38,7 @@ static int legion_action_cache_fetch_from_legion(struct uwsgi_legion *ul, char *
|
||||
struct uwsgi_string_list *next;
|
||||
while (usl) {
|
||||
next = usl->next;
|
||||
free(usl->value);
|
||||
free(usl);
|
||||
usl = next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user