* theapthread test: put the sleep in the right place to increase odds of freeing after other thread exit

git-svn-id: trunk@7651 -
This commit is contained in:
micha 2007-06-13 20:33:32 +00:00
parent b667ea06ba
commit 2bcbebc438

View File

@ -83,8 +83,8 @@ begin
end;
end;
freearray(p, sizeof(p) div sizeof(pointer));
sleep(200);
entercriticalsection(freefifolock);
sleep(200);
freearray(fifo, sizeof(fifo) div sizeof(pointer));
freemem(shared);
leavecriticalsection(freefifolock);