Merge remote-tracking branch 'origin/patches-2.0'

This commit is contained in:
Nick Mathewson 2013-07-21 13:27:49 +02:00
commit 01a6ef78b9

View File

@ -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);
}