sim: punt zfree()
[deliverable/binutils-gdb.git] / sim / igen / table.c
index a4c60ce70700bdcfc6f54b9ebb64ab0d8ff75c60..160747a879a2b148ab4590f74008ad4eac2b79f8 100644 (file)
@@ -131,7 +131,7 @@ table_push (table *root,
       ff = fopen (dup_name, "rb");
       if (ff)
        break;
-      /* zfree (dup_name); */
+      /* free (dup_name); */
       if (include->next == NULL)
        {
          if (line != NULL)
This page took 0.026731 seconds and 4 git commands to generate.