~ubuntu-branches/ubuntu/lucid/vlc/lucid

« back to all changes in this revision

Viewing changes to modules/control/telnet.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-10-12 11:37:03 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20081012113703-z0kp136a10fcsjqj
Tags: 0.9.4-1ubuntu1
* merge from debian/experimental
* New upstream release fixes LP: #280081, #280378
* remaining changes:
  - build against libxul-dev instead of iceape-dev
  - build against libdca-dev, libass-dev and libx264-dev
  - adjust Vcs-Bzr Headers in debian/control
  - add Xb-Npp header to vlc package
  - debian/patches/301_DVD_media.diff: Change %U to %f
     in VLC .desktop file, cf LP #275043

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * telnet.c: VLM interface plugin
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2000-2006 the VideoLAN team
5
 
 * $Id: cffbdd849cf17b9b26effb8772e972acfd8fd3b2 $
 
5
 * $Id: c271d7e33dff5ea26dae370427960f9503c7a9d9 $
6
6
 *
7
7
 * Authors: Simon Latapie <garf@videolan.org>
8
8
 *          Laurent Aimar <fenrir@videolan.org>
297
297
                net_Close( cl->fd );
298
298
                TAB_REMOVE( p_intf->p_sys->i_clients ,
299
299
                            p_intf->p_sys->clients , cl );
 
300
                free( cl->buffer_write );
300
301
                free( cl );
301
302
                continue;
302
303
            }