Changeset 38588 for branches/eam_branches/ipp-20150625/Ohana/src/opihi
- Timestamp:
- Jul 15, 2015, 10:44:35 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src/opihi
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
cmd.data/uniq.c (modified) (1 diff)
-
pantasks/TaskOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/opihi
-
Property svn:mergeinfo
set to
/trunk/Ohana/src/opihi merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/ipp-20150625/Ohana/src/opihi/cmd.data/uniq.c
r38579 r38588 93 93 // free up extra memory 94 94 ResetVector (ovec, ivec->type, Nnew); 95 if (cvec) ResetVector ( ovec, OPIHI_INT, Nnew);95 if (cvec) ResetVector (cvec, OPIHI_INT, Nnew); 96 96 97 97 return (TRUE); -
branches/eam_branches/ipp-20150625/Ohana/src/opihi/pantasks/TaskOps.c
r36623 r38588 22 22 void FreeTasks () { 23 23 int i; 24 for (i = 0; i < Ntasks; i++) { 24 int ntasks = Ntasks; 25 Ntasks = 0; 26 for (i = 0; i < ntasks; i++) { 25 27 FreeTask (tasks[i]); 26 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
