Changeset 7319
- Timestamp:
- Jun 2, 2006, 4:11:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r7311 r7319 373 373 psLogMsg(__func__, PS_LOG_WARN, "Unrecognised FORMATS option for CELL.TIME: %s --- " 374 374 "ignored.\n", timeFormat); 375 psFree(timeFormatsIter); 376 psFree(timeFormats); 375 377 return NULL; 376 378 } … … 498 500 499 501 psMetadataItem *item = psMetadataItemAllocPtr(pattern->name, PS_DATA_TIME, pattern->comment, time); 500 psFree(time); 502 psFree(time); // Drop reference 501 503 return item; 502 504 }
Note:
See TracChangeset
for help on using the changeset viewer.
