Commit b697a86
committed
Fix memory leak in QuadTreeIndex
Thread local instance of MemoryPoolAllocator kept memory allocated for previous documents and grew during runtime.
Signed-off-by: Michal Zimonczyk <ext-michal.zimonczyk@here.com>1 parent 3cfddaa commit b697a86
File tree
1 file changed
+1
-3
lines changed- olp-cpp-sdk-dataservice-read/src/repositories
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
| 104 | + | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
0 commit comments