Changeset 14955
- Timestamp:
- Sep 20, 2007, 3:38:13 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDUGenerate.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDUGenerate.c
r12890 r14955 6 6 #include <assert.h> 7 7 #include <string.h> 8 #include <strings.h> /* for strn?casecmp */8 #include <strings.h> /* for strn?casecmp */ 9 9 #include <pslib.h> 10 10 … … 428 428 psImage *new = pasteImage(hduImages->data[i], bias, biassec); 429 429 psListAdd(newBias, PS_LIST_TAIL, new); 430 psFree(new); // Drop reference 430 431 } 431 432 psFree(biasIter);
Note:
See TracChangeset
for help on using the changeset viewer.
