]> 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 f8a325093ec9814ec26ed2a6d47b868586d4a143..d0a24d523ebe6a85bacfcd51d881d3a43c698050 100644 (file)
@@ -123,7 +123,7 @@ delete_isupport(const char *name)
                if (!strcmp(item->name, name))
                {
                        rb_dlinkDelete(ptr, &isupportlist);
-                       MyFree(item);
+                       rb_free(item);
                }
        }
 }