mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 20:40:24 +01:00
* the call node takes ownership of the specialization context, so free it in the destructor
git-svn-id: trunk@39560 -
This commit is contained in:
parent
0aee319fdb
commit
c1cfd87b56
@ -1626,6 +1626,7 @@ implementation
|
||||
call_self_node.free;
|
||||
call_vmt_node.free;
|
||||
vmt_entry.free;
|
||||
spezcontext.free;
|
||||
{$ifndef symansistr}
|
||||
stringdispose(fforcedprocname);
|
||||
{$endif symansistr}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user