handle properly adding Interfaces to the containers
Brought to you by:
rossjudson
as the interfaces are handled as pointer the reference count is not handled properly what implies that those interfaces are destroyed inmeditely after they are added to some container (if there is not other referene left but the one of the container)
routines patched:
CopyDObject
ClearDObject
None