Commit ec99dd82e44ad4b437ca3e4a3fee26b8bc82472c

Nick Mathewson 2014-03-18T11:25:58

Fix a use-after-free error on EV_CLOSURE_EVENT_FINALIZE callbacks After running the callback, we were checking evcb->evcb_closure to decide whether to call mm_free(ev). But the callback itself might have freed ev, so we need to grab that field first Found with AddressSanitizer