Hi, On Wed, Apr 11, 2012 at 1:57 PM, Thomas Mueller <[email protected]> wrote: > Obviously, the dispose() call is missing in the second code. > > Do you think this is not needed?
Exactly. Only the code that creates the MicroKernel instance should ever call dispose(), not any client that just accesses it. BR, Jukka Zitting
