wayland-server: Fix a uninitialized warning from clang
authorAaron Faanes <dafrito@gmail.com>
Wed, 28 Aug 2013 22:43:34 +0000 (17:43 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 11 Sep 2013 17:42:37 +0000 (10:42 -0700)
commitcdea6698582ffb874b7ece91ad057bc1ac5aa27b
treeeee79a1ffe52eb382caceda957dae6ff51b45f49
parent10dcf86f7d5f61a683b60bf4e2cbad5268b9b498
wayland-server: Fix a uninitialized warning from clang

This warning is unnecessary, since the pointer in question is only used
for pointer arithmetic, but setting it explicitly to NULL doesn't hurt.
src/wayland-server.c