Changeset 9735 for trunk/ippTools/src/p2pendingToDone.c
- Timestamp:
- Oct 24, 2006, 2:11:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/p2pendingToDone.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/p2pendingToDone.c
r9392 r9735 29 29 PS_ASSERT_PTR_NON_NULL(pendingFrames, NULL); 30 30 31 psArray *doneFrames = psArrayAlloc (pendingFrames->n);31 psArray *doneFrames = psArrayAllocEmpty(pendingFrames->n); 32 32 33 33 for (long i = 0; i < pendingFrames->n; i++) { … … 42 42 ); 43 43 44 psArray *doneImages = psArrayAlloc (pendingFrame->images->n);44 psArray *doneImages = psArrayAllocEmpty(pendingFrame->images->n); 45 45 for (long j = 0; j < pendingFrame->images->n; j++) { 46 46 p2PendingImfileRow *pendingImage = pendingFrame->images->data[j];
Note:
See TracChangeset
for help on using the changeset viewer.
