Index: /trunk/psModules/src/concepts/pmConceptsStandard.c
===================================================================
--- /trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 12759)
+++ /trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 12760)
@@ -763,4 +763,5 @@
         if (!xStatus || !yStatus || xBin == 0 || yBin == 0) {
             psWarning("Unable to find CELL.XBIN and CELL.YBIN to correct CELL.TRIMSEC.\n");
+            psFree(trimsec);            // Drop reference
             return psMemIncrRefCounter((psPtr)concept); // Casting away "const" to increment
         }
