X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/8e69bb4e903f428b14e2950cce9be39dc8ddd12c..90a3c35b295b07ebe3793bf5d3b882c3c1a5dc7c:/src/irc_dictionary.c?ds=sidebyside diff --git a/src/irc_dictionary.c b/src/irc_dictionary.c index eba262c..06b115a 100644 --- a/src/irc_dictionary.c +++ b/src/irc_dictionary.c @@ -24,12 +24,9 @@ #include "stdinc.h" #include "sprintf_irc.h" -#include "tools.h" #include "irc_string.h" #include "client.h" -#include "memory.h" #include "setup.h" -#include "balloc.h" #include "irc_dictionary.h" static BlockHeap *elem_heap = NULL; @@ -479,7 +476,7 @@ void irc_dictionary_destroy(struct Dictionary *dtree, BlockHeapFree(elem_heap, n); } - MyFree(dtree); + rb_free(dtree); } /*