From: Kristian Høgsberg Date: Wed, 12 Oct 2011 20:29:31 +0000 (-0400) Subject: compositor: Silence a couple of valgrind warnings X-Git-Tag: 0.85.0~306 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbd06f94d1713995330942d492b4789e4ed2d347;p=profile%2Fivi%2Fweston.git compositor: Silence a couple of valgrind warnings --- diff --git a/compositor/compositor.c b/compositor/compositor.c index d2e8ce7..5690efe 100644 --- a/compositor/compositor.c +++ b/compositor/compositor.c @@ -208,6 +208,7 @@ surface_handle_buffer_destroy(struct wl_listener *listener, buffer_destroy_listener); struct wl_buffer *buffer = (struct wl_buffer *) resource; + wl_list_init(&es->buffer_destroy_listener.link); if (es->buffer == buffer) es->buffer = NULL; } @@ -256,6 +257,7 @@ wlsc_surface_create(struct wlsc_compositor *compositor, surface->width = width; surface->height = height; + surface->fullscreen_output = NULL; surface->buffer = NULL; surface->output = NULL;