Will a renderlist clean itself of disposed objects

When making a renderlist for reflection probes or materials and other methods that use them, will the list auto clean itself of objects that are disposed?

If not what is the best way to deal with cleaning the list.

You need to manage the list yourself and in general dispose should only be at the scene end as you should reuse the object as much as you could to prevent Garbage collection.