~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_rename.c

  • Committer: Jay Pipes
  • Date: 2008-07-17 17:54:00 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: jay@mysql.com-20080717175400-xm2aazihjra8mdzq
Removal of DBUG from libdrizzle/ - Round 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
      pthread_mutex_unlock(&THR_LOCK_heap);
33
33
      return(my_errno);
34
34
    }
35
 
    free(info->name);
 
35
    my_free(info->name,MYF(0));
36
36
    info->name=name_buff;
37
37
  }
38
38
  pthread_mutex_unlock(&THR_LOCK_heap);