Memory management for Object Manager Lists

I know TObjectManager manages the destruction of objects it creates.  Does it do the same for Lists?


For example:

  Result := ObjectManager.Find<TPerson>.List;

Will the ObjectManager dispose of this list or do I need to do it?

You have to destroy the list yourself.