소스 검색

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

git-svn-id: trunk@29804 -
nickysn 10 년 전
부모
커밋
bd467adf52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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