~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-07-03 16:14:16 UTC
  • mfrom: (2353.3.1 drizzle)
  • Revision ID: me@mark.atwood.name-20110703161416-qho1b6h299v1w6i6
mergeĀ lp:~fallenpegasus/drizzle/fix-cppcheck-redundantIfDelete

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
    assert(drizzle->con_list == NULL);
176
176
  }
177
177
 
178
 
  if (drizzle->pfds != NULL)
179
 
    free(drizzle->pfds);
 
178
  free(drizzle->pfds);
180
179
 
181
180
  if (drizzle->options & DRIZZLE_ALLOCATED)
182
181
    free(drizzle);