Index: trunk/ippdb/tests/alloc.c
===================================================================
--- trunk/ippdb/tests/alloc.c	(revision 8228)
+++ trunk/ippdb/tests/alloc.c	(revision 8266)
@@ -1300,5 +1300,5 @@
         detResidExpAnalysisRow *object;
 
-        object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true    );
+        object = detResidExpAnalysisRowAlloc(-32, -32, "a string", "a string", true, true    );
 
         if (!object) {
@@ -1319,4 +1319,8 @@
         }
         if (strncmp(object->recipe, "a string", MAX_STRING_LENGTH)) {
+            psFree(object);
+            exit(EXIT_FAILURE);
+        }
+        if (!object->keep == true) {
             psFree(object);
             exit(EXIT_FAILURE);
