Index: trunk/psLib/src/db/psDB.c
===================================================================
--- trunk/psLib/src/db/psDB.c	(revision 7655)
+++ trunk/psLib/src/db/psDB.c	(revision 7660)
@@ -12,6 +12,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-23 21:12:54 $
+ *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-23 22:53:56 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -161,4 +161,5 @@
         pthread_mutex_lock(&lookupTableMutex);
 
+        // psDBPTypeToSQLTableSetu must be run first
         psDBPTypeToSQLTableSetup();
         psDBSQLToPTypeTableSetup();
@@ -168,4 +169,5 @@
         pthread_mutex_unlock(&lookupTableMutex);
     } else {
+        // psDBPTypeToSQLTableSetu must be run first
         psDBPTypeToSQLTableSetup();
         psDBSQLToPTypeTableSetup();
@@ -1718,5 +1720,4 @@
         psFree(cursor);
         psFree(list);
-        psFree(psToSQLTable);
     } else {
         // increment the ref count by one for every psDB
