compositor: Silence a couple of valgrind warnings

This commit is contained in:
Kristian Høgsberg 2011-10-12 16:29:31 -04:00
parent 32ff1f5012
commit cbd06f94d1
1 changed files with 2 additions and 0 deletions

View File

@ -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;