Index: trunk/ippTools/src/warptool.c
===================================================================
--- trunk/ippTools/src/warptool.c	(revision 24239)
+++ trunk/ippTools/src/warptool.c	(revision 24335)
@@ -308,13 +308,12 @@
         }
 
-	if (!tess_id  && !row->tess_id) {
-	    psError(PS_ERR_UNKNOWN, false, "cannot queue warp run without a defined tess id: label: %s, fake_id %" PRId64, row->label, row->fake_id);
+        if (!tess_id  && !row->tess_id) {
+            psError(PS_ERR_UNKNOWN, false, "cannot queue warp run without a defined tess id: label: %s, fake_id %" PRId64, row->label, row->fake_id);
             psFree(output);
             return false;
-	}
+        }
 
         psFree(row);
     }
-    psFree(output);
 
     // loop over our list of fakeRun rows
@@ -1747,5 +1746,5 @@
 
     if (clean) {
-        bool success = true; 
+        bool success = true;
         if (!strcmp(tables[i].tableName, "warpRun")) {
             success = pxSetStateCleaned("warpRun", "state", output);
