$NetBSD: patch-ad,v 1.3 2006/01/05 20:43:20 joerg Exp $

--- PlatformSupport/XalanArrayAllocator.hpp.orig	2005-12-31 01:07:05.000000000 +0000
+++ PlatformSupport/XalanArrayAllocator.hpp
@@ -211,7 +211,7 @@ private:
 		ListEntryType&	theNewEntry = m_list.back();
 
 		// Resize the vector to the appropriate size...
-		theNewEntry.second.resize(theBlockSize, VectorType::value_type(0));
+		theNewEntry.second.resize(theBlockSize);
 
 		// Set the number of free spaces accordingly...
 		theNewEntry.first = theBlockSize - theCount;
