IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17682 for trunk/ppStack


Ignore:
Timestamp:
May 14, 2008, 1:13:57 PM (18 years ago)
Author:
Paul Price
Message:

Fixing SEGV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r17642 r17682  
    494494            while ((item = psMetadataGetAndIncrement(iter))) {
    495495                psPixels *pixels = item->data.V; // Rejected pixels
     496                if (!pixels) {
     497                    continue;
     498                }
    496499                psTrace("ppStack", 5, "Adding %ld pixels to inspect to image %d", pixels->n, i);
    497500                inspect = psPixelsConcatenate(inspect, pixels);
Note: See TracChangeset for help on using the changeset viewer.