Skip to content

Commit 2399f69

Browse files
author
Alexander Korotkov
committed
Another memory leak fix.
1 parent 201e31b commit 2399f69

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
@@ -255,6 +255,9 @@ freeScanKeys(RumScanOpaque so)
255255
{
256256
pfree(key->scanEntry);
257257
pfree(key->entryRes);
258+
pfree(key->addInfo);
259+
pfree(key->addInfoIsNull);
260+
pfree(key->queryCategories);
258261
}
259262
}
260263

0 commit comments

Comments
 (0)