Changeset 1073 for trunk/psLib/test/dataManip/tst_psStats05.c
- Timestamp:
- Jun 23, 2004, 1:00:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats05.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats05.c
r893 r1073 59 59 "psStats functions", 60 60 "Deallocate the psStats structure."); 61 ps StatsFree(myStats);61 psFree(myStats); 62 62 63 63 psMemCheckCorruption(1); … … 73 73 testStatus); 74 74 75 76 77 printPositiveTestHeader(stdout,78 "psStats functions",79 "Deallocate NULL psStats structure.");80 psStatsFree(NULL);81 printFooter(stdout,82 "psStats functions",83 "Deallocate NULL psStats structure.",84 testStatus);85 86 87 75 return (!testStatus); 88 76 }
Note:
See TracChangeset
for help on using the changeset viewer.
