mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
glsl: Initialize current_var
CID: 1324644 (Uninitialized pointer field)
This commit is contained in:
parent
7f77554b5b
commit
71d11f3998
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ public:
|
|||
num_shader_samplers(0), num_shader_images(0),
|
||||
num_shader_uniform_components(0), num_shader_subroutines(0),
|
||||
is_buffer_block(false), is_shader_storage(false), map(map),
|
||||
hidden_map(hidden_map)
|
||||
hidden_map(hidden_map), current_var(NULL)
|
||||
{
|
||||
/* empty */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue