]> 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 1de03da818c450b9b8cbbf3569a4f99d71166d6b..06b115a378aa234335e56b534cefbfe99b252807 100644 (file)
@@ -476,7 +476,7 @@ void irc_dictionary_destroy(struct Dictionary *dtree,
                BlockHeapFree(elem_heap, n);
        }
 
-       MyFree(dtree);
+       rb_free(dtree);
 }
 
 /*