We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1051 commit 6b67d90Copy full SHA for 6b67d90
source/ada/lsp-lal_utils.adb
@@ -1661,9 +1661,11 @@ package body LSP.Lal_Utils is
1661
if In_Sloc = Langkit_Support.Slocs.No_Source_Location_Range then
1662
-- Return full range of Output
1663
Out_Sloc := In_Sloc;
1664
+ Langkit_Support.Symbols.Destroy (Symbols);
1665
return;
1666
elsif Node.Unit.Token_Count = 0 then -- Ignore a cornercase for now
1667
Out_Sloc := Langkit_Support.Slocs.No_Source_Location_Range;
1668
1669
1670
end if;
1671
0 commit comments