mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -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);
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user