Commit d96afd26 authored by Tor Didriksen's avatar Tor Didriksen

automerge from 5.1-bugteam: Bug#52172 post-push fix: init auto-variable to NULL

parents f7411704 a3357b55
...@@ -2370,7 +2370,7 @@ static void DbugFlush(CODE_STATE *cs) ...@@ -2370,7 +2370,7 @@ static void DbugFlush(CODE_STATE *cs)
void _db_flush_() void _db_flush_()
{ {
CODE_STATE *cs; CODE_STATE *cs= NULL;
get_code_state_or_return; get_code_state_or_return;
(void) fflush(cs->stack->out_file); (void) fflush(cs->stack->out_file);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment