warning clean

This commit is contained in:
William Pitcock 2008-04-01 20:03:13 -05:00
parent 8779e02639
commit 3c8a7c391c
1 changed files with 1 additions and 1 deletions

View File

@ -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;