Do Core.createSystemContext() and context.getSession().createContext() leak?

0
Sometimes I need to perform a database operation in a separate transaction or from a 3rd-party library callback where no IContext available and I create new IContext instances using either Core.createSystemContext() or context.getSession().createContext() . IContext does not have close() method and it definitely claims a database connection. So when will this database connection be returned to the pool?  
asked
0 answers