Skip to content
Snippets Groups Projects
Commit 8d125966 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a memory leak at sberlabs.

The wal writer now allocates memory to encode a binary log row,
but never used to free it. Add fiber_gc().

Restore fiber_gc() in recovery, and also move index allocation
from runtime to memtx arena.

Minor fixes & cleanups.
parent c20e6a25
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment