Commit 09fe97da3b0dcdb6ee172ff8e4f710e0baad2d1c

Nick Mathewson 2011-06-08T14:24:45

Replace an assertion for event_base_free(NULL) with a check-and-warn event_base_free(NULL) means "free the current event base". Previously, it would assert if there was no 'current' base. Now it just warns and returns. Reported by Gilad Benjamini