~ubuntu-branches/ubuntu/natty/vino/natty

« back to all changes in this revision

Viewing changes to server/libvncserver/tight.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-07-28 11:22:09 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728112209-suoi0rmpr0ogmcfv
Tags: 2.27.5-0ubuntu1
* New upstream release: (LP: #405585)
  - Added an (GConf) option to disable XDamage extension. See #533613.
  - Added Telepathy tubes support, allowing you to share the desktop with an
    IM buddy. (Arnaud Maillet)
  - Dropped libgnome dependency. Using EggSmClient.
  - Migrate from libglade to GtkBuilder. (Javier Jardón)
  - Many small bug fixes.
* debian/control.in:
  - Remove dependency on libglade
  - Remove Debian VCS links as they confuse debcheckout
  - Added build-depends on telepathy-glib
* debian/watch:
  - Watch for unstable versions
* debian/patches/10_fix_link_order.patch:
* debian/patches/99_autoreconf.patch:
  - Fix link order of server libraries (committed upstream, patch can be
    removed next release)

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
{
120
120
  if(tightBeforeBufSize) {
121
121
    free(tightBeforeBuf);
 
122
    tightBeforeBuf = NULL;
122
123
    tightBeforeBufSize=0;
123
124
  }
124
125
  if(tightAfterBufSize) {
125
126
    free(tightAfterBuf);
 
127
    tightAfterBuf = NULL;
126
128
    tightAfterBufSize=0;
127
129
  }
128
130
}