]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/irc_dictionary.c
Argh, wrong replace caused by MS VS 2005 interface.
[irc/rqf/shadowircd.git] / src / irc_dictionary.c
index eba262c64de400e5ff924521333fe125fcec7368..06b115a378aa234335e56b534cefbfe99b252807 100644 (file)
 
 #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);
 }
 
 /*