~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/uniques.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 01:30:47 UTC
  • Revision ID: monty@inaugust.com-20081006013047-6m2ejc0c4peye2k9
Removed my_free(). It turns out that it had been def'd to ignore the flags passed to it in the second arg anyway. Gotta love that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
570
570
                  (BUFFPEK *) file_ptrs.buffer + file_ptrs.elements,
571
571
                  action, walk_action_arg,
572
572
                  tree.compare, tree.custom_arg, &file);
573
 
  my_free((char*) merge_buffer, MYF(0));
 
573
  free((char*) merge_buffer);
574
574
  return res;
575
575
}
576
576