IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39450


Ignore:
Timestamp:
Mar 10, 2016, 12:47:20 PM (10 years ago)
Author:
eugene
Message:

free temporary chipmap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/relastro/src/UpdateChips.c

    r38986 r39450  
    152152      }
    153153    }
     154
     155    AstromOffsetMapFree (oldCoords.offsetMap);
    154156
    155157    // Apply the modified coords back to the measure.R,D.  Note that raw.R,D, ref.L,M, etc
     
    356358    }
    357359
     360    AstromOffsetMapFree (oldCoords.offsetMap);
     361
    358362    // apply the modified R,D back to the measures
    359363    setImageRaw (threadinfo->catalog, threadinfo->Ncatalog, i, raw, Nraw, MODE_MOSAIC);
     
    569573    AstromOffsetMapSetOrder (truMap, tmpMap->Nx, tmpMap->Ny, image);
    570574    AstromOffsetMapCopyData (truMap, tmpMap);
     575    AstromOffsetMapFree (tmpMap);
    571576    return;
    572577  }
     
    579584    unlockUpdateChips ();
    580585    AstromOffsetMapCopyData (image->coords.offsetMap, tmpMap);
     586    AstromOffsetMapFree (tmpMap);
    581587    return;
    582588  }
Note: See TracChangeset for help on using the changeset viewer.