Changeset 40206 for branches/czw_branch/20170908
- Timestamp:
- Nov 8, 2017, 10:16:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana/src/libdvo/src/dbFields.c
r39633 r40206 333 333 334 334 // make a local working copy of fieldName and replace ':' with spaces 335 // XXX memory leak here: 335 336 char *fieldCopy = strcreate(fieldName); 336 337 for (j = 0; fieldCopy[j]; j++) { … … 338 339 } 339 340 341 // XXX potential memory leak here 340 342 char *firstWord = getword(fieldCopy); 343 if (!firstWord) return FALSE; 341 344 342 345 // firstWord may be either flux, mag or photcode
Note:
See TracChangeset
for help on using the changeset viewer.
