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

Commit201e31b

Browse files
author
Alexander Korotkov
committed
SortState leak.
1 parent183b747 commit201e31b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎rumscan.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,9 @@ rumrescan(IndexScanDesc scan, ScanKey scankey, int nscankeys,
475475
memmove(scan->orderByData,orderbys,
476476
scan->numberOfOrderBys*sizeof(ScanKeyData));
477477
}
478+
479+
if (so->sortstate)
480+
rum_tuplesort_end(so->sortstate);
478481
}
479482

480483
void

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp