IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 17, 2006, 7:13:42 AM (20 years ago)
Author:
magnier
Message:

bulk merge of eam_rel9_p0 onto this branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmModelGroup.c

    r5844 r6448  
    2525    if (modelGroup == NULL)
    2626        return;
    27     psFree (modelGroup);
    2827    return;
    2928}
     
    6059    }
    6160    Nmodels = Nnew;
     61    return;
     62}
     63
     64void pmModelGroupCleanup (void)
     65{
     66
     67    psFree (models);
    6268    return;
    6369}
Note: See TracChangeset for help on using the changeset viewer.