summaryrefslogtreecommitdiff
path: root/textproc/xerces-c/patches/patch-av
blob: a739b1abdb49fe02f4e1007521f299e27c25e73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-av,v 1.1 2005/12/31 00:56:42 joerg Exp $

--- util/RefVectorOf.c.orig	2005-12-31 00:35:24.000000000 +0000
+++ util/RefVectorOf.c
@@ -136,7 +136,7 @@ template <class TElem> RefVectorOf<TElem
        for (unsigned int index = 0; index < this->fCurCount; index++)
         delete this->fElemList[index];
     }
-    fMemoryManager->deallocate(this->fElemList);//delete [] this->fElemList;
+    this->fMemoryManager->deallocate(this->fElemList);//delete [] this->fElemList;
 }