Index: trunk/ppSub/src/ppSubVarianceRescale.c
===================================================================
--- trunk/ppSub/src/ppSubVarianceRescale.c	(revision 28121)
+++ trunk/ppSub/src/ppSubVarianceRescale.c	(revision 30619)
@@ -57,4 +57,5 @@
         // Nothing to renormalise
         psWarning("Renormalisation of the variance requested, but no variance provided.");
+	psFree(view);
         return true;
     }
@@ -69,4 +70,5 @@
     }
 
+    psFree(view);
     return true;
 }
