Index: /branches/rel10_ifa/psModules/src/astrom/pmConcepts.c
===================================================================
--- /branches/rel10_ifa/psModules/src/astrom/pmConcepts.c	(revision 6743)
+++ /branches/rel10_ifa/psModules/src/astrom/pmConcepts.c	(revision 6744)
@@ -92,5 +92,5 @@
         // Trap the lists, which can't be copied in the ordinary way without a warning
         if (blank->type == PS_DATA_LIST) {
-            copy = psMemIncrRefCounter(blank);
+            copy = psMetadataItemAllocPtr(blank->name, PS_DATA_LIST, blank->comment, blank->data.V);
         } else {
             copy = psMetadataItemCopy(blank);
