chiark / gitweb /
+ * Do not free something twice if query fails and is then cancelled.
[adns.git] / changelog
index fa349c06b8f17642d3f3ee4e6683fa1370be17db..647762da4da867cbc3753baa18cfa309a6dba40b 100644 (file)
--- a/changelog
+++ b/changelog
@@ -10,6 +10,7 @@ adns (0.9) unstable; urgency=high
   * Do not spin if TCP connection blocks for writing (and add test case).
   * Fail queries if TCP dies repeatedly, rather than retrying many times.
   * Do not abort in a couple of places if TCP unexpectedly broken.
+  * Do not free something twice if query fails and is then cancelled.
 
   Portability/compilation fixes:
   * Move `extern "C" {' to after #include <...>'s.