* 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:
svenbarth 2018-08-03 20:24:15 +00:00
parent 0aee319fdb
commit c1cfd87b56

View File

@ -1626,6 +1626,7 @@ implementation
call_self_node.free;
call_vmt_node.free;
vmt_entry.free;
spezcontext.free;
{$ifndef symansistr}
stringdispose(fforcedprocname);
{$endif symansistr}