malloc + memset -> zalloc
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 8 Aug 2013 01:57:05 +0000 (11:57 +1000)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 8 Aug 2013 20:46:13 +0000 (13:46 -0700)
commitf3d62276d20750e636fc82bc89b3c4c23576299d
tree05fee3d04531b3e3b303d82a546e26c1f1d96d81
parentb1bc4a68b0bc2d7b391c7484a52a46a636ad89fc
malloc + memset -> zalloc

And for clients using the xmalloc helper, use xzalloc.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
35 files changed:
clients/clickdot.c
clients/cliptest.c
clients/desktop-shell.c
clients/dnd.c
clients/gears.c
clients/image.c
clients/keyboard.c
clients/nested.c
clients/resizor.c
clients/tablet-shell.c
clients/terminal.c
clients/view.c
clients/window.c
clients/window.h
src/clipboard.c
src/cms-colord.c
src/cms-static.c
src/compositor-drm.c
src/compositor-headless.c
src/compositor-rdp.c
src/compositor-rpi.c
src/compositor-wayland.c
src/compositor-x11.c
src/compositor.c
src/data-device.c
src/evdev.c
src/input.c
src/screenshooter.c
src/shell.c
src/tablet-shell.c
src/tty.c
src/udev-seat.c
src/xwayland/launcher.c
src/xwayland/window-manager.c
tests/weston-test.c