Fixed uninitialized value.
This commit is contained in:
parent
99c92308a3
commit
f64db12a2e
@ -82,7 +82,7 @@ error_mmap:
|
||||
static UwacReturnCode
|
||||
set_cursor_image(UwacSeat* seat, uint32_t serial)
|
||||
{
|
||||
struct wl_buffer* buffer;
|
||||
struct wl_buffer* buffer = NULL;
|
||||
struct wl_cursor* cursor;
|
||||
struct wl_cursor_image* image;
|
||||
struct wl_surface* surface = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user