~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/uniques.cc

  • Committer: Monty Taylor
  • Date: 2008-10-04 17:33:56 UTC
  • Revision ID: monty@inaugust.com-20081004173356-udagzm2uxfsbk4un
RemovedĀ x_freeĀ calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
644
644
    goto err;
645
645
  error=0;
646
646
err:
647
 
  x_free(sort_buffer);
 
647
  if (sort_buffer)
 
648
    free(sort_buffer);
648
649
  if (flush_io_cache(outfile))
649
650
    error=1;
650
651