mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Improve aeDeleteEventLoop() top comment grammar.
This commit is contained in:
parent
e77db59660
commit
d8ab7e8012
3
src/ae.c
3
src/ae.c
@ -135,7 +135,8 @@ void aeDeleteEventLoop(aeEventLoop *eventLoop) {
|
|||||||
aeApiFree(eventLoop);
|
aeApiFree(eventLoop);
|
||||||
zfree(eventLoop->events);
|
zfree(eventLoop->events);
|
||||||
zfree(eventLoop->fired);
|
zfree(eventLoop->fired);
|
||||||
/* Free time event. */
|
|
||||||
|
/* Free the time events list. */
|
||||||
aeTimeEvent *next_te, *te = eventLoop->timeEventHead;
|
aeTimeEvent *next_te, *te = eventLoop->timeEventHead;
|
||||||
while (te) {
|
while (te) {
|
||||||
next_te = te->next;
|
next_te = te->next;
|
||||||
|
Loading…
Reference in New Issue
Block a user