~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/xwin/winpixmap.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
  if (pPixmapPriv->hBitmap) DeleteObject (pPixmapPriv->hBitmap);
164
164
  
165
165
  /* Free the bitmap info header memory */
166
 
  if (pPixmapPriv->pbmih != NULL)
167
 
    {
168
 
      free (pPixmapPriv->pbmih);
169
 
      pPixmapPriv->pbmih = NULL;
170
 
    }
 
166
  free(pPixmapPriv->pbmih);
 
167
  pPixmapPriv->pbmih = NULL;
171
168
 
172
169
  /* Free the pixmap memory */
173
170
  free (pPixmap);