Browse Source

Fixed code review comments

pull/73/head
Marc Alff 15 years ago
parent
commit
b5d91d340c
  1. 3
      mysys/lf_alloc-pin.c

3
mysys/lf_alloc-pin.c

@ -344,8 +344,7 @@ static void _lf_pinbox_real_free(LF_PINS *pins)
#ifdef HAVE_ALLOCA
if (pins->stack_ends_here != NULL)
{
int alloca_size;
alloca_size= sizeof(void *)*LF_PINBOX_PINS*npins;
int alloca_size= sizeof(void *)*LF_PINBOX_PINS*npins;
/* create a sorted list of pinned addresses, to speed up searches */
if (available_stack_size(&pinbox, *pins->stack_ends_here) > alloca_size)
{

Loading…
Cancel
Save