Index: trunk/psModules/src/concepts/pmConceptsWrite.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsWrite.c	(revision 9572)
+++ trunk/psModules/src/concepts/pmConceptsWrite.c	(revision 9730)
@@ -51,5 +51,4 @@
         }
         psVector *match = psVectorAlloc(cList->n, PS_TYPE_U8); // Array indicating which values match
-        match->n = cList->n;
         psVectorInit(match, 0);
         psListIterator *cIter = psListIteratorAlloc(cList, PS_LIST_HEAD, false); // compare iterator
