~ubuntu-branches/ubuntu/oneiric/libice/oneiric

« back to all changes in this revision

Viewing changes to src/listenwk.c

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2007-08-21 09:16:11 UTC
  • mfrom: (0.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20070821091611-aydly3h5xzm9i5xt
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
                        free ((char *) (*listenObjsRet)[j]);
128
128
 
129
129
                    free ((char *) *listenObjsRet);
 
130
                    *listenObjsRet = NULL;
130
131
 
131
132
                    status = 0;
 
133
                    break;
132
134
                }
133
135
                else
134
136
                {