summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 54de038..74e97d0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1105,7 +1105,7 @@ ivi_compositor_get_quirks(struct ivi_compositor *ivi)
int main(int argc, char *argv[])
{
struct ivi_compositor ivi = { 0 };
- struct wl_display *display;
+ struct wl_display *display = NULL;
struct wl_event_loop *loop;
struct wl_event_source *signals[3] = { 0 };
struct weston_config_section *section;