~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

  • 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:
89
89
  ~ha_tina()
90
90
  {
91
91
    if (chain_alloced)
92
 
      my_free(chain, 0);
 
92
      free(chain);
93
93
    if (file_buff)
94
94
      delete file_buff;
95
95
  }