Changeset 41511 for trunk/pswarp/src/pswarpStatsFile.c
- Timestamp:
- Mar 3, 2021, 3:06:03 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpStatsFile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpStatsFile.c
r35563 r41511 62 62 63 63 if (!statsFile) return true; 64 if (!statsFile->md) return true; 64 65 if (!statsFile->md) { 66 psFree (statsFile); 67 return true; 68 } 65 69 66 70 // Write out summary statistics
Note:
See TracChangeset
for help on using the changeset viewer.
