metaeducation / rebol-issues

6 stars 1 forks source link

RDC_QUIT vector not called at exit #1746

Open rebolbot opened 14 years ago

rebolbot commented 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 ]

rebolbot commented 13 years ago

Submitted by: Carl

It hasn't been needed until now. Looks like it's time to call it.

rebolbot commented 13 years ago

Submitted by: maxim

yess usefull for resources which aren't memory (registry, files, locks, etc)