list: refactor lif_list_free_nodes() a bit
This commit is contained in:
parent
58816712c6
commit
cfbfa07e85
3 changed files with 9 additions and 10 deletions
|
|
@ -69,7 +69,8 @@ lif_dict_add_once(struct lif_dict *dict, const char *key, void *data,
|
|||
}
|
||||
}
|
||||
|
||||
lif_list_free_nodes (&existing);
|
||||
lif_list_free_nodes(existing);
|
||||
|
||||
if (found)
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue