The transport only holds a reference to the objects it contains. Deleting the transport will not delete the object within it.
You should be careful with deleting transports however, because if you aver need to transport these objects in the future you will need to add them to a new transport manually and make sure all the needed objects are transported as well.