~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 13:53:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805135337-lztw7l70lfro7ttn
Update .yy

Show diffs side-by-side

added added

removed removed

Lines of Context:
830
830
  if (not opt_csv_str.empty())
831
831
    print_conclusions_csv(conclusion);
832
832
 
833
 
  delete [] head_sptr;
 
833
  delete[] head_sptr;
834
834
}
835
835
 
836
836