Need to add exception unwind handlers for routines that need cleanup
Some routines that have cleanup issues like dynamic allocation may need their own unwind handler. It basically means they need their own exception frames. At this writing, I don't believe there are any. The global/main block does this, but exiting that ends the program. So there may be nothing to do, but this ticket can stay active for any issues.
Need to add exception unwind handlers for routines that need cleanup
Some routines that have cleanup issues like dynamic allocation may need their own unwind handler. It basically means they need their own exception frames. At this writing, I don't believe there are any. The global/main block does this, but exiting that ends the program. So there may be nothing to do, but this ticket can stay active for any issues.