~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSXML.cc

  • Committer: Olaf van der Spek
  • Date: 2011-07-04 08:56:19 UTC
  • mfrom: (2358 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110704085619-5ogf01xhguwqtjje
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1414
1414
 
1415
1415
void CSXMLString::setNull()
1416
1416
{
1417
 
        if (stringPtr)
1418
 
                free(stringPtr);
 
1417
        free(stringPtr);
1419
1418
        stringPtr = NULL;
1420
1419
        stringLen = 0;
1421
1420
        stringSize = 0;