~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-1.0/libdrizzle/drizzle.c

  • Committer: Andrew Hutchings
  • Date: 2011-07-25 22:49:33 UTC
  • mto: This revision was merged to the branch mainline in revision 2382.
  • Revision ID: andrew@linuxjedi.co.uk-20110725224933-ej1nxc53rpvo87gc
Fix incorrect assert (fix is already in libdrizzle-2.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
  else if (drizzle->options & DRIZZLE_ASSERT_DANGLING)
173
173
  {
174
174
    assert(drizzle->con_list == NULL);
175
 
    assert(drizzle->con_list == NULL);
 
175
    assert(drizzle->query_list == NULL);
176
176
  }
177
177
 
178
178
  free(drizzle->pfds);