~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Brian Aker
  • Date: 2010-08-16 00:13:34 UTC
  • mto: (1711.1.17 build)
  • mto: This revision was merged to the branch mainline in revision 1713.
  • Revision ID: brian@tangent.org-20100816001334-lwlevfr8jsrs2jya
Remove valgrind warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1255
1255
  if (!opt_csv_str.empty())
1256
1256
    print_conclusions_csv(&conclusion);
1257
1257
 
1258
 
  free(head_sptr);
1259
 
 
 
1258
  delete [] head_sptr;
1260
1259
}
1261
1260
 
1262
1261