IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2006, 12:44:16 PM (20 years ago)
Author:
magnier
Message:

various fixes

File:
1 edited

Legend:

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

    r7604 r7618  
    739739    PS_ASSERT_PTR_NON_NULL(format, false);
    740740
    741     return addSource(fpa, phuView, NULL, format) ? true : false;
    742 }
    743 
    744 
     741    pmFPAview *view = addSource(fpa, phuView, NULL, format);
     742    bool status = (view == NULL);
     743    psFree (view);
     744    return status;
     745}
    745746
    746747// Add an input file to the FPA
Note: See TracChangeset for help on using the changeset viewer.