]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/modules.c
use an rpath to avoid LD_LIBRARY_PATH stuff
[irc/rqf/shadowircd.git] / src / modules.c
index e8e17d5bd60d2867bf35cd6c0771fabbd4324245..f71f34cca8b2ecffa371ee24aba3b8e0b8cbae0d 100644 (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;