Mikhail Gusarov <[email protected]> (25/10/2010): > diff --git a/os/log.c b/os/log.c > […] > +void > +LogFinishInit(void) > +{ > + if (saveBuffer) { > + free(saveBuffer); /* Must be free(), not free() */ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
That probably can go away, see 3f3ff971. There are also some other comments about malloc and friends which are said not to be usable at this point (git grep "can't be used" -- os/log.c). Mraw, KiBi.
signature.asc
Description: Digital signature
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
