Commit 9d46282b by Richard Kenner

Replace use of free with objc_free.

From-SVN: r12762
parent 6f18718f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment