mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* Don't use dispose for memory allocated with getmem.
git-svn-id: trunk@11446 -
This commit is contained in:
parent
2f5d8b0381
commit
453e82e001
@ -982,8 +982,8 @@ implementation
|
||||
end;
|
||||
asmlists[al_rtti].concat(Tai_symbol_end.create(rttilab));
|
||||
end;
|
||||
dispose(syms);
|
||||
dispose(offsets);
|
||||
freemem(syms);
|
||||
freemem(offsets);
|
||||
end;
|
||||
|
||||
procedure enumdef_rtti_string2ordindex(def:Tenumdef);
|
||||
@ -1074,8 +1074,8 @@ implementation
|
||||
end;
|
||||
asmlists[al_rtti].concat(Tai_symbol_end.create(rttilab));
|
||||
end;
|
||||
dispose(syms);
|
||||
dispose(offsets);
|
||||
freemem(syms);
|
||||
freemem(offsets);
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user