Changeset 13564 for trunk/ippTools/src/pxconfig.c
- Timestamp:
- May 30, 2007, 5:55:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxconfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxconfig.c
r9392 r13564 33 33 psMemSetDeallocator(config, (psFreeFunc)pxConfigFree); 34 34 35 config->modeName = NULL; 35 36 config->mode = 0; 36 37 config->dbh = NULL; … … 44 45 static void pxConfigFree(pxConfig *config) 45 46 { 46 psDBCleanup(config->dbh); 47 psFree(config->modeName); 48 psFree(config->dbh); 47 49 psFree(config->modules); 48 50 psFree(config->where);
Note:
See TracChangeset
for help on using the changeset viewer.
