Changeset 7661 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Jun 23, 2006, 2:18:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r7660 r7661 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.6 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-06-2 3 22:53:56$14 * @version $Revision: 1.67 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-06-24 00:18:48 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 181 181 void psDBCleanup(psDB *dbh) 182 182 { 183 PS_ASSERT_PTR_NON_NULL(dbh, ); 183 // quietly handle NULLs 184 if (!dbh) { 185 return; 186 } 184 187 185 188 // Attempt to close specified database connection
Note:
See TracChangeset
for help on using the changeset viewer.
