Replace use of free with objc_free.

From-SVN: r12762
This commit is contained in:
Richard Kenner 1996-09-22 10:35:09 -04:00
parent 6f18718f3f
commit 9d46282b6c

View 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;