Index: trunk/ippdb/tests/alloc.c
===================================================================
--- trunk/ippdb/tests/alloc.c	(revision 11005)
+++ trunk/ippdb/tests/alloc.c	(revision 11027)
@@ -787,5 +787,5 @@
         p3PendingExpRow *object;
 
-        object = p3PendingExpRowAlloc("a string", -32, -32, "a string"    );
+        object = p3PendingExpRowAlloc("a string", -32, -32, "a string", -16    );
 
         if (!object) {
@@ -806,4 +806,7 @@
         }
         if (strncmp(object->label, "a string", MAX_STRING_LENGTH)) {
+            psFree(object);
+            exit(EXIT_FAILURE);
+        }
             psFree(object);
             exit(EXIT_FAILURE);
