~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to Drivers/PostgreSQL/columninfo.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
void
49
49
CI_Destructor(ColumnInfoClass *self)
50
50
{
51
 
        CI_free_memory(self);
52
 
 
53
 
        free(self);
 
51
    if ( self )
 
52
    {
 
53
        CI_free_memory(self);
 
54
        free(self);
 
55
    }
54
56
}
55
57
 
56
58
/*  Read in field descriptions.