$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;
 }
 
 
