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
redis
Commits
ea697b63
Commit
ea697b63
authored
Feb 27, 2020
by
antirez
Browse files
Improve aeDeleteEventLoop() top comment grammar.
parent
dd479880
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ae.c
View file @
ea697b63
...
...
@@ -135,7 +135,8 @@ void aeDeleteEventLoop(aeEventLoop *eventLoop) {
aeApiFree
(
eventLoop
);
zfree
(
eventLoop
->
events
);
zfree
(
eventLoop
->
fired
);
/* Free time event. */
/* Free the time events list. */
aeTimeEvent
*
next_te
,
*
te
=
eventLoop
->
timeEventHead
;
while
(
te
)
{
next_te
=
te
->
next
;
...
...
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