Changeset 8103 for branches/jhoblitt/ippdb/tests/alloc.c
- Timestamp:
- Aug 2, 2006, 5:32:12 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/tests/alloc.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/tests/alloc.c
r8094 r8103 521 521 exit(EXIT_FAILURE); 522 522 } 523 if (!object->dec == 64.64) {523 if (!object->decl == 64.64) { 524 524 psFree(object); 525 525 exit(EXIT_FAILURE); … … 578 578 exit(EXIT_FAILURE); 579 579 } 580 if (!object->dec == 64.64) {580 if (!object->decl == 64.64) { 581 581 psFree(object); 582 582 exit(EXIT_FAILURE); … … 664 664 exit(EXIT_FAILURE); 665 665 } 666 if (!object->dec == 64.64) {666 if (!object->decl == 64.64) { 667 667 psFree(object); 668 668 exit(EXIT_FAILURE); … … 729 729 exit(EXIT_FAILURE); 730 730 } 731 if (!object->dec == 64.64) {731 if (!object->decl == 64.64) { 732 732 psFree(object); 733 733 exit(EXIT_FAILURE); … … 835 835 exit(EXIT_FAILURE); 836 836 } 837 if (!object->dec == 64.64) {837 if (!object->decl == 64.64) { 838 838 psFree(object); 839 839 exit(EXIT_FAILURE); … … 937 937 exit(EXIT_FAILURE); 938 938 } 939 if (!object->dec == 64.64) {939 if (!object->decl == 64.64) { 940 940 psFree(object); 941 941 exit(EXIT_FAILURE); … … 1035 1035 exit(EXIT_FAILURE); 1036 1036 } 1037 if (!object->dec == 64.64) {1037 if (!object->decl == 64.64) { 1038 1038 psFree(object); 1039 1039 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
