~ubuntu-branches/ubuntu/natty/libxfixes/natty

« back to all changes in this revision

Viewing changes to src/Xfixes.c

  • Committer: Bazaar Package Importer
  • Author(s): Jamey Sharp
  • Date: 2006-11-27 15:19:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061127151942-f5uxe2f75pb5rm7k
* libXfixes: Unlocks the Display without having it locked (Closes:
  #400446)
* Add Josh and myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        {
87
87
            UnlockDisplay (dpy);
88
88
            SyncHandle ();
 
89
            Xfree(info);
89
90
            return 0;
90
91
        }
91
92
        info->major_version = rep.majorVersion;