[ScryMUD] SVN Commit Info r835 - trunk/mud/grrmud/server

scrymud at wanfear.com scrymud at wanfear.com
Sun Jun 25 01:59:26 PDT 2006


Author: eroper
Date: 2006-06-25 01:59:25 -0700 (Sun, 25 Jun 2006)
New Revision: 835

Modified:
   trunk/mud/grrmud/server/regex.cc
Log:
This fixes JRA-1
The server will no longer crash with regex searches (oldsearch, etc.)
that start with ".*".


Modified: trunk/mud/grrmud/server/regex.cc
===================================================================
--- trunk/mud/grrmud/server/regex.cc	2006-06-25 02:17:36 UTC (rev 834)
+++ trunk/mud/grrmud/server/regex.cc	2006-06-25 08:59:25 UTC (rev 835)
@@ -49,7 +49,6 @@
    if (re == NULL) {
       Sprintf(err_msg, "REGEX compilation failed at %d: %s\n",
             err_offset, err);
-      free((void*)err);
       return NULL;
    }
    pattern = new_pat;




More information about the ScryMUD mailing list