watcom/le: initialize memory when aligning.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-18 21:59:59 +01:00
parent c95088f8d5
commit 8c873ccdc8
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -209,6 +209,8 @@ void MemBuffer::alloc(unsigned size)
}
else
b = p ;
//fill(0, b_size, (rand() & 0xff) | 1); // debug
}