Explorar o código

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

git-svn-id: trunk@29804 -
nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
bd467adf52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/gdbint/src/gdbcon.pp

+ 1 - 1
packages/gdbint/src/gdbcon.pp

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