IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2007, 6:51:49 PM (19 years ago)
Author:
eugene
Message:

test for unhandled error code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotImageLoop.c

    r11263 r11310  
    8383        return false;
    8484    }
    85    
     85
    8686    psFree (view);
     87
     88    // fail if we failed to handle an error
     89    if (psErrorCodeLast() != PS_ERR_NONE) return false;
    8790    return true;
    8891}
Note: See TracChangeset for help on using the changeset viewer.