Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
RedisLabs Raft
Commits
f1ab5203
Unverified
Commit
f1ab5203
authored
Aug 25, 2022
by
Ozan Tezcan
Committed by
GitHub
Aug 25, 2022
Browse files
Fix memory leak in raft_restore_log() (#126)
parent
9c09a6cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/raft_server.c
View file @
f1ab5203
...
...
@@ -2317,6 +2317,7 @@ int raft_restore_log(raft_server_t *me)
raft_handle_append_cfg_change
(
me
,
ety
,
i
);
}
raft_entry_release
(
ety
);
i
++
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment