mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
01a6ef78b9
@ -381,7 +381,7 @@ win32_dealloc(struct event_base *base)
|
||||
mm_free(win32op->exset_out);
|
||||
/* XXXXX free the tree. */
|
||||
|
||||
memset(win32op, 0, sizeof(win32op));
|
||||
memset(win32op, 0, sizeof(*win32op));
|
||||
mm_free(win32op);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user