warning clean
This commit is contained in:
parent
57fa364823
commit
301061562a
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ mod_clear_paths(void)
|
|||
RB_DLINK_FOREACH_SAFE(ptr, next_ptr, mod_paths.head)
|
||||
{
|
||||
rb_free(ptr->data);
|
||||
free_rb_dlink_node(ptr);
|
||||
rb_free_rb_dlink_node(ptr);
|
||||
}
|
||||
|
||||
mod_paths.head = mod_paths.tail = NULL;
|
||||
|
|
Loading…
Reference in a new issue