Browse Source

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

git-svn-id: trunk@29804 -
nickysn 10 years ago
parent
commit
bd467adf52
1 changed files with 1 additions and 1 deletions
  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