mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:26:24 +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;
|
end;
|
||||||
strlcopy(buffer,p,p1-p);
|
strlcopy(buffer,p,p1-p);
|
||||||
RegValueStr:=strpas(buffer);
|
RegValueStr:=strpas(buffer);
|
||||||
Dispose(po);
|
StrDispose(po);
|
||||||
|
|
||||||
{ replace the $? }
|
{ replace the $? }
|
||||||
if copy(RegValueStr,1,2)='0x' then
|
if copy(RegValueStr,1,2)='0x' then
|
||||||
|
Loading…
Reference in New Issue
Block a user