~ubuntu-branches/ubuntu/saucy/orbit2/saucy

« back to all changes in this revision

Viewing changes to linc2/src/linc-server.c

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2008-01-25 12:34:42 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080125123442-ng7dese7qblcrc8l
Tags: 1:2.14.11-0ubuntu1
* Merge with Debian; no remaining Ubuntu changes.
  - Set Maintainer to Ubuntu Desktop Team.
* New upstream release; no API change; bug fixes.
  - Upstream NEWS:
    . Fix off by one in all method name lengths
      Fixes interoperability with other ORBs (J. Specht)
  - Update autoreconf patch, 700-autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
 
116
116
                srv->priv->connections = l->next;
117
117
                g_slist_free_1 (l);
118
 
                link_connection_unref (o);
 
118
                link_connection_unref (LINK_CONNECTION (o));
119
119
        }
120
120
 
121
121
        parent_class->dispose (obj);