Thread overview
[Issue 21459] @live owned pointer still alive at the end of @live function not detected
Dec 07, 2020
Witold Baryluk
Dec 17, 2022
Iain Buclaw
Jan 28, 2023
Nick Treleaven
Jan 28, 2023
Nick Treleaven
December 07, 2020
https://issues.dlang.org/show_bug.cgi?id=21459

Witold Baryluk <witold.baryluk+d@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |live

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21459

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
January 28, 2023
https://issues.dlang.org/show_bug.cgi?id=21459

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |nick@geany.org
         Resolution|---                         |FIXED

--- Comment #1 from Nick Treleaven <nick@geany.org> ---
Works for me with v2.101.0.

--
January 28, 2023
https://issues.dlang.org/show_bug.cgi?id=21459

--- Comment #2 from Nick Treleaven <nick@geany.org> ---
run.dlang.io gives:

Since      2.091.1: Failure with output: onlineapp.d(5): Error: variable `onlineapp.kwadrat.num` is left dangling at return

--