]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/supported.c
Argh, wrong replace caused by MS VS 2005 interface.
[irc/rqf/shadowircd.git] / src / supported.c
index 8066c7f98bf5c5902417859ca2c86a535684220e..d0a24d523ebe6a85bacfcd51d881d3a43c698050 100644 (file)
@@ -81,7 +81,6 @@
  */
 
 #include "stdinc.h"
-#include "tools.h"
 #include "client.h"
 #include "common.h"
 #include "numeric.h"
@@ -124,7 +123,7 @@ delete_isupport(const char *name)
                if (!strcmp(item->name, name))
                {
                        rb_dlinkDelete(ptr, &isupportlist);
-                       MyFree(item);
+                       rb_free(item);
                }
        }
 }