]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_rehash.c
Argh, wrong replace caused by MS VS 2005 interface.
[irc/rqf/shadowircd.git] / modules / m_rehash.c
index b117b1c653f8db6e8a1a12f7f6d564ec27aa3961..8e8771ce3fb67cbb0020c5fde1f700b3228dd093 100644 (file)
@@ -136,9 +136,9 @@ rehash_pglines(struct Client *source_p)
        {
                glp_ptr = ptr->data;
 
-               MyFree(glp_ptr->reason1);
-               MyFree(glp_ptr->reason2);
-               MyFree(glp_ptr);
+               rb_free(glp_ptr->reason1);
+               rb_free(glp_ptr->reason2);
+               rb_free(glp_ptr);
                rb_dlinkDestroy(ptr, &pending_glines);
        }
 }