[PULL] Memory-related server cleanups

Mikhail Gusarov dottedmag at dottedmag.net
Sun Jun 6 01:09:22 PDT 2010


The following changes since commit 5d4e2c594059ffb536c8e506c2623320d3c6a787:

  Merge remote branch 'jamey/for-keith' (2010-06-05 22:20:28 -0700)

are available in the git repository at:

  git://anongit.freedesktop.org/~dottedmag/xserver for-keithp

Mikhail Gusarov (3):
      xkb: Remove superfluous if(p) checks around free(p)
      xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logic
      Replace deprecated bzero with memset

 Xext/panoramiXprocs.c                    |    4 +-
 Xext/xace.c                              |    2 +-
 dix/colormap.c                           |   12 +-
 dix/dispatch.c                           |    2 +-
 dix/dixfonts.c                           |    2 +-
 dix/events.c                             |    4 +-
 hw/vfb/InitOutput.c                      |    2 +-
 hw/xfree86/common/xf86Bus.c              |    2 +-
 hw/xfree86/common/xf86Config.c           |    8 +-
 hw/xfree86/common/xf86Cursor.c           |    2 +-
 hw/xfree86/common/xf86Helper.c           |    2 +-
 hw/xfree86/common/xf86Init.c             |    4 +-
 hw/xfree86/os-support/solaris/sun_bell.c |    2 +-
 hw/xfree86/vbe/vbe.c                     |    4 +-
 mi/miarc.c                               |    4 +-
 miext/cw/cw.c                            |    2 +-
 os/access.c                              |    4 +-
 os/connection.c                          |    2 +-
 os/utils.c                               |    4 +-
 os/xdmauth.c                             |    2 +-
 os/xdmcp.c                               |    6 +-
 record/record.c                          |    6 +-
 xkb/XKBAlloc.c                           |    4 +-
 xkb/XKBGAlloc.c                          |   18 +-
 xkb/XKBMAlloc.c                          |   40 +++---
 xkb/XKBMisc.c                            |    4 +-
 xkb/maprules.c                           |   22 ++--
 xkb/xkb.c                                |   52 +++---
 xkb/xkbActions.c                         |    2 +-
 xkb/xkbLEDs.c                            |   24 ++--
 xkb/xkbUtils.c                           |  248 +++++++++---------------------
 xkb/xkmread.c                            |    6 +-
 32 files changed, 203 insertions(+), 299 deletions(-)

-- 
  http://fossarchy.blogspot.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100606/52b43e63/attachment.pgp>


More information about the xorg-devel mailing list