Asynchronous database connections must be closed with asyncClose()

TL;DR:  if you’re familiar with any Mozilla (C++ or JS) code that opens an async database connection, please go and check that it calls asyncClose() to close the connection;  not doing so can lead to crashes and/or memory leaks. Specifically, in Firefox 6, when such a connection is destroyed (because it’s explicitly deallocated or its … Continue reading Asynchronous database connections must be closed with asyncClose()