Changeset 6136 for trunk/ippTools/src/pxalloc.c
- Timestamp:
- Jan 21, 2006, 3:55:12 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxalloc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxalloc.c
r6110 r6136 13 13 { 14 14 ppRawFrame *frame; 15 16 PS_ASSERT_PTR_NON_NULL(exposure, NULL); 17 PS_ASSERT_PTR_NON_NULL(images, NULL); 15 18 16 19 frame = psAlloc(sizeof(ppRawFrame)); … … 36 39 p2PendingFrame *frame; 37 40 41 PS_ASSERT_PTR_NON_NULL(exposure, NULL); 42 PS_ASSERT_PTR_NON_NULL(images, NULL); 43 38 44 frame = psAlloc(sizeof(p2PendingFrame)); 39 45 psMemSetDeallocator(frame, (psFreeFunc)p2PendingFrameFree); … … 57 63 { 58 64 p2DoneFrame *frame; 65 66 PS_ASSERT_PTR_NON_NULL(exposure, NULL); 67 PS_ASSERT_PTR_NON_NULL(images, NULL); 59 68 60 69 frame = psAlloc(sizeof(p2DoneFrame));
Note:
See TracChangeset
for help on using the changeset viewer.
