~ubuntu-branches/ubuntu/maverick/vlc/maverick

« back to all changes in this revision

Viewing changes to modules/demux/mp4/drms.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
 * drms.c: DRMS
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2004 the VideoLAN team
5
 
 * $Id$
 
5
 * $Id: aa0b561f5f6b594f9194a2e4451d0b8d125f3169 $
6
6
 *
7
7
 * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
8
8
 *          Sam Hocevar <sam@zoy.org>
2032
2032
 
2033
2033
                IOObjectRelease( iterator );
2034
2034
            }
 
2035
            CFRelease( match_dic );
2035
2036
        }
2036
2037
 
2037
2038
        mach_port_deallocate( mach_task_self(), port );