Changeset 42233 for trunk/ppTranslate/src/ppMopsDetections.c
- Timestamp:
- Jul 4, 2022, 2:04:24 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/ppTranslate/src/ppMopsDetections.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppTranslate/src/ppMopsDetections.c
r38729 r42233 22 22 psFree(det->fpashutoutc); 23 23 psFree(det->fpashutcutc); 24 psFree(det->fpashmdoutc); 25 psFree(det->fpashmdcutc); 24 26 return; 25 27 } … … 52 54 det->fpashutoutc = NULL; 53 55 det->fpashutcutc = NULL; 56 det->fpashmdoutc = NULL; 57 det->fpashmdcutc = NULL; 54 58 return det; 55 59 }
Note:
See TracChangeset
for help on using the changeset viewer.
