Open rebolbot opened 14 years ago
Submitted by: ssolie
I found my RDC_QUIT vector is not being called at all when developing my Dev_Event host device. Dev_Event is used when implementing the GUI.
I mentioned this is the Host Kit AltME group and it seems to be a well known issue for all platforms. I only test it on AmigaOS.
> r3 (RDC_INIT is called -- resources allocated) >> q (RDC_QUIT is not called -- resources leaked)
CC - Data [ Version: alpha 109 Type: Bug Platform: All Category: Host-Kit Reproduce: Always Fixed-in:alpha 111 ]
Submitted by: Carl
It hasn't been needed until now. Looks like it's time to call it.
Submitted by: maxim
yess usefull for resources which aren't memory (registry, files, locks, etc)
Submitted by: ssolie
I found my RDC_QUIT vector is not being called at all when developing my Dev_Event host device. Dev_Event is used when implementing the GUI.
I mentioned this is the Host Kit AltME group and it seems to be a well known issue for all platforms. I only test it on AmigaOS.
CC - Data [ Version: alpha 109 Type: Bug Platform: All Category: Host-Kit Reproduce: Always Fixed-in:alpha 111 ]