Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9551ab2

Browse files
committed
Fix small memory leak
1 parent4f94b49 commit9551ab2

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
staticTParserStateActionItemactionTPS_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)

[8]ページ先頭

©2009-2025 Movatter.jp