Replace use of free with objc_free.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 22 Sep 1996 14:35:09 +0000 (10:35 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 22 Sep 1996 14:35:09 +0000 (10:35 -0400)
From-SVN: r12762

gcc/objc/init.c

index a7229d50f9de4f52a26285d3076c71f05d087331..902d2245de4f5677f6c9ae26cef6b49e3e729b67 100644 (file)
@@ -117,7 +117,7 @@ objc_init_statics ()
          /* Remove this module from the uninitialized list.  */
          struct objc_list *this = *cell;
          *cell = this->tail;
-         free (this);
+         objc_free(this);
        }
       else
        cell = &(*cell)->tail;