]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - correct.c
Got rid of all the memleaks. We can now merge with master.
[xonotic/gmqcc.git] / correct.c
index b2e9c69a708bfba016e777a39b82e07fcaa05e61..e32678e754e3770ebb5d142d06a9fc7c0a283ec4 100644 (file)
--- a/correct.c
+++ b/correct.c
@@ -356,7 +356,6 @@ char *correct_str(ht table, const char *ident) {
     if (correct_find(table, ident))
         return found;
 
-    /*mem_d(found);*/
     if ((e1rows = correct_size(ident))) {
         e1      = correct_edit(ident);