Changeset 7660 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Jun 23, 2006, 12:53:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r7655 r7660 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-06-23 2 1:12:54$14 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-06-23 22:53:56 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 161 161 pthread_mutex_lock(&lookupTableMutex); 162 162 163 // psDBPTypeToSQLTableSetu must be run first 163 164 psDBPTypeToSQLTableSetup(); 164 165 psDBSQLToPTypeTableSetup(); … … 168 169 pthread_mutex_unlock(&lookupTableMutex); 169 170 } else { 171 // psDBPTypeToSQLTableSetu must be run first 170 172 psDBPTypeToSQLTableSetup(); 171 173 psDBSQLToPTypeTableSetup(); … … 1718 1720 psFree(cursor); 1719 1721 psFree(list); 1720 psFree(psToSQLTable);1721 1722 } else { 1722 1723 // increment the ref count by one for every psDB
Note:
See TracChangeset
for help on using the changeset viewer.
