When an Automation controller is finished with the dispinterface, it must inform the server. Do this with the function Release, page 356:
Release(dispinterface);
Release is the Dylan implementation of the standard OLE/COM IUnknown interface method, Release. It is defined on <IUnknown> and thus will be inherited by your dispinterface class.