- Timestamp:
- Jan 28, 2009, 2:33:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/psModules/src/imcombine/pmSubtractionThreads.c
r19765 r21211 27 27 psMutexInit(ro->image); 28 28 } 29 if (ro-> weight) {30 psMutexInit(ro-> weight);29 if (ro->variance) { 30 psMutexInit(ro->variance); 31 31 } 32 32 … … 43 43 psMutexDestroy(ro->image); 44 44 } 45 if (ro-> weight) {46 psMutexDestroy(ro-> weight);45 if (ro->variance) { 46 psMutexDestroy(ro->variance); 47 47 } 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
