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

Commitbb89abc

Browse files
author
Arthur Zakirov
committed
Fix forgot initializations of RumScanEntry
1 parent9fe098f commitbb89abc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/rumscan.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ rumFillScanEntry(RumScanOpaque so, OffsetNumber attnum,
115115
scanEntry->stack=NULL;
116116
scanEntry->scanWithAddInfo= false;
117117
scanEntry->list=NULL;
118+
scanEntry->gdi=NULL;
119+
scanEntry->stack=NULL;
118120
scanEntry->nlist=0;
121+
scanEntry->matchSortstate=NULL;
119122
scanEntry->offset=InvalidOffsetNumber;
120123
scanEntry->isFinished= false;
121124
scanEntry->reduceResult= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp