@@ -1,6 +1,8 @@
+ * Call MEM_ROUND in __transfer_interim (avoids assert fail
+ `qu->interim_allocd>=0' on some platforms eg 64 bit).
adns (0.9) unstable; urgency=low
* Move `extern "C" {' to after #include <...>'s.
adns (0.9) unstable; urgency=low
* Move `extern "C" {' to after #include <...>'s.
+ * Call MEM_ROUND in __transfer_interim (avoids assert fail
+ `qu->interim_allocd>=0' on some platforms eg 64 bit).
LIST_UNLINK(from->allocations,an);
LIST_LINK_TAIL(to->allocations,an);
LIST_UNLINK(from->allocations,an);
LIST_LINK_TAIL(to->allocations,an);
from->interim_allocd -= sz;
to->interim_allocd += sz;
from->interim_allocd -= sz;
to->interim_allocd += sz;