mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* use StrDispose instead of Dispose in the libgdb.a implementation of GetIntRegister
git-svn-id: trunk@29804 -
This commit is contained in:
parent
3b55dd919d
commit
bd467adf52
@ -359,7 +359,7 @@ begin
|
||||
end;
|
||||
strlcopy(buffer,p,p1-p);
|
||||
RegValueStr:=strpas(buffer);
|
||||
Dispose(po);
|
||||
StrDispose(po);
|
||||
|
||||
{ replace the $? }
|
||||
if copy(RegValueStr,1,2)='0x' then
|
||||
|
Loading…
Reference in New Issue
Block a user