Why doesn’t the GOM specify anything regarding memory management?
The GOM specification won’t define any methods related to memory management (such as to release an object). This is because while the GOM is a programming language independent API, the way one deals with memory is very language specific. Therefore any method related to memory management that is required by a particular language, needs to be specified in that language binding.