Skip to content
Prev 35709 / 63424 Next

src/library/grid/src/grid.c (PR#14199)

A.R.Runnalls at kent.ac.uk wrote:
Plausible, provided that anything can allocate while those are being
used. Could you perhaps investigate that a little further? (Bug reports
should really contains exclamation points and not question marks...)


If unit() can allocate, then all constructs like

2565                 www = unit(xadj, L_INCHES);
2566                 hhh = unit(yadj, L_INCHES);

are equally dubious.


Oh, never mind, unit() definitely allocates, so of course you are right!