mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
Replace use of free with objc_free.
From-SVN: r12762
This commit is contained in:
parent
6f18718f3f
commit
9d46282b6c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user