Allocated Limbs

Kevin Ryde user42@zip.com.au
Wed, 25 Jun 2003 10:04:58 +1000


LingWitt@insightbb.com writes:
>
>     free(f->_mp_d);
>     f->_mp_d = newLimbs;

This is incorrect.  Don't change the block allocated, move the array
elements (ie. limbs) within it.