Attempt to release <unknown> object
Archives Forums/BlitzPlus Bug Reports/Attempt to release <unknown> object| 
 | ||
| I get the above error message upon voluntarily ending my Blitz program in the IDE via an END statement after a $803 event.  Not a big deal but it looks bad espeically in what I hope to be a commercial product.   I think it's gadget releated.  Any suggestions on how to fix it? | 
| 
 | ||
| Problem Solved; It only occurs in debug mode and using freegadget to all windows before excuting an End statement eliminates it. I beleive the error message was due to my Gadget count going over some limit rather than acciedental elimination of a freegadget command. |