Changes between Initial Version and Version 1 of Ticket #187


Ignore:
Timestamp:
Jun 19, 2020, 9:14:00 AM (4 years ago)
Author:
ajbeach
Comment:

I already use a destructor to free storage, well a cleanup attribute that calls __cfaehm_cleanup_terminate. I might have to do something with at_exit or something for this as I believe exit doesn't unwind the stack.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #187

    • Property Summary changed from exception leaks storage to Exiting from catch Leaks Exception Memory
  • Ticket #187 – Description

    initial v1  
    1 Exception is not cleaned up for exit from handler. Can RAII be used to solve this?
     1Exception is not cleaned up for exit from handler.
    22{{{
    33#include <exception.hfa>