mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Bug#52172 post-push fix: init auto-variable to NULL
This commit is contained in:
parent
5aa81e380c
commit
af665ea977
1 changed files with 1 additions and 1 deletions
|
@ -2269,7 +2269,7 @@ static void dbug_flush(CODE_STATE *cs)
|
|||
|
||||
void _db_flush_()
|
||||
{
|
||||
CODE_STATE *cs;
|
||||
CODE_STATE *cs= NULL;
|
||||
get_code_state_or_return;
|
||||
(void) fflush(cs->stack->out_file);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue