warning clean
This commit is contained in:
parent
8779e02639
commit
3c8a7c391c
|
@ -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 New Issue