Datatype Handling
(LOCAL:DATATYPE)
Unfreed data types can cause the same problems as unfreed requests, so the same
kind of leak report is generated for them when their number exceeds
CHECK-MAX-DATATYPES
. However, because not
freeing data types is common practice there is no leak report during finalize unless
their number exceeds the threshold at that time. That is in contrast to requests
which are always reported then.