]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/scache.c
MyMalloc -> rb_malloc
[irc/rqf/shadowircd.git] / src / scache.c
index 8617743e587a40847f1d6532d13ddd2e073efa01..49c9f3b38b1746c34e7347f266e058b4ea42cd8e 100644 (file)
@@ -99,7 +99,7 @@ find_or_add(const char *name)
                        return ptr;
        }
 
-       ptr = (struct scache_entry *) MyMalloc(sizeof(struct scache_entry));
+       ptr = (struct scache_entry *) rb_malloc(sizeof(struct scache_entry));
        s_assert(0 != ptr);
 
        strlcpy(ptr->name, name, sizeof(ptr->name));