Changeset 28008
- Timestamp:
- May 18, 2010, 3:28:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppViz/src/ppVizPattern/ppVizPatternLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppViz/src/ppVizPattern/ppVizPatternLoop.c
r26842 r28008 80 80 } 81 81 82 // Remove bias sections to avoid warnings 83 psMetadataItem *biassec = psMetadataLookup(readout->parent->concepts, "CELL.BIASSEC"); 84 if (psListLength(biassec->data.V)) { 85 psFree(biassec->data.V); 86 biassec->data.V = psListAlloc(NULL); 87 } 88 82 89 readout->data_exists = true; 83 90 readout->parent->data_exists = true;
Note:
See TracChangeset
for help on using the changeset viewer.
