Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9551ab2

Browse files
committed
Fix small memory leak
1 parent 4f94b49 commit 9551ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tsearch2/wordparser/parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ static TParserStateActionItem actionTPS_InVerVersion[] = {
453453

454454
static TParserStateActionItem actionTPS_InSVerVersion[] = {
455455
{p_isEOF, 0, A_POP, TPS_Null, 0, NULL},
456-
{p_isdigit, 0, A_BINGO, TPS_InUnsignedInt, SPACE, NULL},
456+
{p_isdigit, 0, A_BINGO|A_CLRALL, TPS_InUnsignedInt, SPACE, NULL},
457457
{NULL, 0, A_NEXT, TPS_Null, 0, NULL}
458458
};
459459

0 commit comments

Comments
 (0)