* applied a memory leak fix by Charlie Ikeson

git-svn-id: trunk@87 -
This commit is contained in:
florian 2005-05-24 19:14:32 +00:00
parent 28cb39dab7
commit d4883186ed

View File

@ -351,6 +351,7 @@ begin
If (Count>0) then
MD5Update(Context, Buf^, Count);
Until (Count<BufSize);
FreeMem(Buf,BufSize);
Close(F);
end;
MD5Final(Context, Result);