~ubuntu-branches/ubuntu/trusty/glusterfs/trusty

« back to all changes in this revision

Viewing changes to libglusterfs/src/y.tab.c

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-02-09 18:53:10 UTC
  • mfrom: (1.2.4 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100209185310-ww8p82lsbosorg2u
* New upstream release.
* Uploading to unstable.
* Bump Standards-Version to 3.8.4 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2101
2101
                                        result = realloc (result,
2102
2102
                                                          2 * cmd_buf_size);
2103
2103
                                        if (result == NULL) {
 
2104
                                                free (cmd);
2104
2105
                                                return -1;
2105
2106
                                        }
2106
2107
                                }