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

Fix a memory leak when remote address was allocated in eter_pool.

Fix a memory leak when remote address was allocated
in etet_pool (eternal memory pool) in recovery_follow_remote
(start of replication).

Remove fiber->data, as redundant and confusing.
fiber->f_data is sufficient for all possible needs.

Fix a bug when fiber_server::data was never initialized
but passed to "on_bind" callback of fiber_server
(this worked since no single "on_bind" callback uses
its "data" argument).
parent c1382cd2
No related branches found
No related tags found
Loading
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