Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 11702)
+++ trunk/ippTools/src/dettool.c	(revision 11713)
@@ -1272,5 +1272,5 @@
 
     // discard the resultarray
-    psFree(detRuns)
+    psFree(detRuns);
 
     // set the det_id to 0/NULL so the database can assign it
@@ -2474,5 +2474,5 @@
         // XXX check psError here
         psError(PS_ERR_UNKNOWN, false, "no detProcessedExp rows found");
-        psFree(output)
+        psFree(output);
         return true;
     }
@@ -3874,5 +3874,5 @@
         // XXX check psError here
         psError(PS_ERR_UNKNOWN, false, "no detNormalizedExp rows found");
-        psFree(output)
+        psFree(output);
         return true;
     }
@@ -4191,5 +4191,5 @@
         // XXX check psError here
         psError(PS_ERR_UNKNOWN, false, "no detNormalizedImfile rows found");
-        psFree(output)
+        psFree(output);
         return true;
     }
@@ -5107,5 +5107,5 @@
         // XXX check psError here
         psError(PS_ERR_UNKNOWN, false, "no detResidExp rows found");
-        psFree(output)
+        psFree(output);
         return true;
     }
