]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/class.c
MyMalloc -> rb_malloc
[irc/rqf/shadowircd.git] / src / class.c
index 106d1468bf41ef4c7ee957c81e7b90bb3a4954f0..c32bd3abb457d6c11f45ba18fcfde66e9ef5a4f9 100644 (file)
@@ -49,7 +49,7 @@ make_class(void)
 {
        struct Class *tmp;
 
-       tmp = (struct Class *) MyMalloc(sizeof(struct Class));
+       tmp = (struct Class *) rb_malloc(sizeof(struct Class));
 
        ConFreq(tmp) = DEFAULT_CONNECTFREQUENCY;
        PingFreq(tmp) = DEFAULT_PINGFREQUENCY;