Changeset 1816 for trunk/psLib/src/astronomy/psAstrometry.c
- Timestamp:
- Sep 15, 2004, 12:58:35 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r1785 r1816 1 1 /** @file psAstrometry.c 2 2 * 3 * @brief This file defines the basic types for astronomical coordinate 3 * @brief This file defines the basic types for astronomical coordinate 4 4 * transformation 5 5 * … … 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-09-1 0 23:41:45 $10 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-09-15 22:58:35 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 197 197 if (readout != NULL) { 198 198 psFree(readout->image); 199 psFree(readout->mask); 199 200 psFree(readout->objects); 200 201 psFree(readout->metadata); … … 383 384 384 385 readout->image = psMemIncrRefCounter((psImage*)image); 386 readout->mask = NULL; 385 387 readout->objects = NULL; 386 388 readout->metadata = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
