* use StrDispose instead of Dispose in the libgdb.a implementation of GetIntRegister

git-svn-id: trunk@29804 -
This commit is contained in:
nickysn 2015-02-23 01:12:48 +00:00
parent 3b55dd919d
commit bd467adf52

View File

@ -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