Merge remote-tracking branch 'public/bug12985_025'

This commit is contained in:
Nick Mathewson
2015-01-07 11:55:50 -05:00
4 changed files with 24 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (shutdown):
- When shutting down, always call event_del() on lingering read or
write events before freeing them. Otherwise, we risk double-frees
or read-after-frees in event_base_free(). Fixes bug 12985; bugfix on
0.1.0.2-rc.