mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
Fixed AV when QLI started. I wonder how could it ever work at all?
This commit is contained in:
parent
0abe69d0a1
commit
d8d8f6c60a
@ -246,7 +246,7 @@ void ALLQ_init()
|
||||
*
|
||||
**************************************/
|
||||
qli_vec temp_vector[2];
|
||||
memcpy(temp_vector, 0, sizeof(temp_vector));
|
||||
memset(temp_vector, 0, sizeof(temp_vector));
|
||||
|
||||
global_pools = temp_vector;
|
||||
global_pools->vec_count = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user