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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy