mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: ensure layout_y is always initialized
This commit is contained in:
@ -119,7 +119,7 @@ sysprof_time_span_layer_snapshot (GtkWidget *widget,
|
||||
guint n_x_values = 0;
|
||||
guint n_x2_values = 0;
|
||||
guint n_values;
|
||||
int layout_y;
|
||||
int layout_y = 0;
|
||||
int layout_h;
|
||||
int width;
|
||||
int height;
|
||||
|
||||
Reference in New Issue
Block a user