~ubuntu-branches/debian/wheezy/xserver-xorg-video-intel/wheezy

« back to all changes in this revision

Viewing changes to src/xvmc/xvmc_vld.c

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois, Timo Aaltonen
  • Date: 2011-11-19 12:46:57 UTC
  • mfrom: (26.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20111119124657-zpht20ygj578uqwn
Tags: 2:2.17.0-1
[ Timo Aaltonen ]
New upstream release. (Closes: #635953)

Show diffs side-by-side

added added

removed removed

Lines of Context:
622
622
{
623
623
        struct intel_xvmc_context *intel_ctx;
624
624
        intel_ctx = context->privData;
625
 
        Xfree(intel_ctx->hw);
 
625
        free(intel_ctx->hw);
626
626
        free(intel_ctx);
627
627
        return Success;
628
628
}