Changes between Initial Version and Version 1 of Ticket #250


Ignore:
Timestamp:
May 17, 2021, 7:17:51 PM (3 years ago)
Author:
Thierry Delisle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #250 – Description

    initial v1  
    5555Note that the cleanup is on the pointer rather than the buffer therefore the correct address is the value of {{{_X3objS6object_Y1L__2}}} not its address.
    5656
    57 This is inccorect because {{{__cleanup_dtor17}}} will be passed the address of {{{_X3objS6object_Y1L__2}}} and it does not dereference it.
     57This is incorrect because {{{__cleanup_dtor17}}} will be passed the address of {{{_X3objS6object_Y1L__2}}} and it does not dereference it.