IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24215 for trunk/ppStack


Ignore:
Timestamp:
May 18, 2009, 8:49:05 AM (17 years ago)
Author:
Paul Price
Message:

Need to turn threading off before failing.

File:
1 edited

Legend:

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

    r23977 r24215  
    357357                    psFree(stampSources);
    358358                    psFree(conv);
     359                    if (threads > 0) {
     360                        pmSubtractionThreadsFinalize(readout, fake);
     361                    }
    359362                    return false;
    360363                }
     
    371374                    psFree(stampSources);
    372375                    psFree(conv);
     376                    if (threads > 0) {
     377                        pmSubtractionThreadsFinalize(readout, fake);
     378                    }
    373379                    return false;
    374380                }
Note: See TracChangeset for help on using the changeset viewer.