mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Fix small memory leak
This commit is contained in:
parent
4f94b49a31
commit
9551ab2fe9
@ -453,7 +453,7 @@ static TParserStateActionItem actionTPS_InVerVersion[] = {
|
||||
|
||||
static TParserStateActionItem actionTPS_InSVerVersion[] = {
|
||||
{p_isEOF, 0, A_POP, TPS_Null, 0, NULL},
|
||||
{p_isdigit, 0, A_BINGO, TPS_InUnsignedInt, SPACE, NULL},
|
||||
{p_isdigit, 0, A_BINGO|A_CLRALL, TPS_InUnsignedInt, SPACE, NULL},
|
||||
{NULL, 0, A_NEXT, TPS_Null, 0, NULL}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user