IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42020


Ignore:
Timestamp:
Feb 7, 2022, 11:02:03 AM (4 years ago)
Author:
eugene
Message:

plug leaks in FITS I/O

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/psModules/src/objects/pmSourceIO_CMF.c.in

    r41892 r42020  
    296296    // generate an FITS table using the array of columns defined above, with space for all rows
    297297    psFitsTable *table = psFitsTableCreate (tableColumns, sources->n);
     298    psFree (tableColumns); // we are now done with the definition of the table columns
    298299
    299300    /************ write the data to the table *****************/
Note: See TracChangeset for help on using the changeset viewer.