FNDS memory leak
FNDS magically creates new entries in _subDBs via getSubNetDB() but there is no removal mechanism for when the client goes away.
For applications such as (cough) Prestium or bitcoin that create numerous transient destinations, this is a major memory leak. Sub DBs must be deleted when they are destroyed.