IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2007, 3:31:41 PM (19 years ago)
Author:
jhoblitt
Message:

cast all 'const' variables to (void *) when calling psFree()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPA.c

    r10917 r11676  
    104104    psFree(fpa->concepts);
    105105    psFree(fpa->analysis);
    106     psFree(fpa->camera);
     106    psFree((void *)fpa->camera);
    107107    psFree(fpa->hdu);
    108108
Note: See TracChangeset for help on using the changeset viewer.