]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_gline.c
Argh, wrong replace caused by MS VS 2005 interface.
[irc/rqf/shadowircd.git] / src / s_gline.c
index 0764c4014ae561ab0cb46ecf9e28ba3297ecf373..8d7027b09e84aa513f7bd0e371e8eeecdbaebd9a 100644 (file)
@@ -154,9 +154,9 @@ expire_pending_glines()
                    CurrentTime) || find_is_glined(glp_ptr->host, glp_ptr->user))
 
                {
-                       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(pending_node, &pending_glines);
                }
        }