~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Monty Taylor
  • Date: 2009-05-21 17:05:14 UTC
  • mto: (1022.4.2 update-to-gcc-44)
  • mto: This revision was merged to the branch mainline in revision 1036.
  • Revision ID: mordred@inaugust.com-20090521170514-lategx2w2mkcj01a
First attempt at supporting gcc-4.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4050
4050
  if (not_expr)
4051
4051
    cur_block->ok = !cur_block->ok;
4052
4052
 
4053
 
  var_free(&v);
 
4053
  free(v.str_val);
 
4054
  free(v.env_s);
 
4055
 
4054
4056
  return;
4055
4057
}
4056
4058