IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14596


Ignore:
Timestamp:
Aug 21, 2007, 3:37:00 PM (19 years ago)
Author:
magnier
Message:

fixed a leak and a typo

File:
1 edited

Legend:

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

    r14595 r14596  
    10261026        // Find the correct camera configuration
    10271027        file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName);
     1028        psFree(newCameraName);
    10281029        psFree(cameraName);
    10291030    }
     
    10701071        psFree(original);
    10711072
    1072         file = pmFPAfileDefineOutputForFormat(config, NULL, filename, newCameraName, config->formatName);
     1073        file = pmFPAfileDefineOutputForFormat(config, NULL, filename, cameraName, config->formatName);
    10731074        psFree(cameraName);
    10741075    }
Note: See TracChangeset for help on using the changeset viewer.