It is true, that any object that is created on the stack or any static or global variables, created without new (or C's malloc and calloc functions), does not require an explicit release. So, yes,...