IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 8:17:12 AM (18 years ago)
Author:
Paul Price
Message:

Fixing following changes to psThread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformReadout.c

    r18884 r18967  
    8484                return false;
    8585            }
    86             psFree (args);
     86            psFree(job);
     87            psFree(args);
    8788        }
    8889    }
     
    9091    // wait for the threads to finish and manage results
    9192    // wait here for the threaded jobs to finish
    92     if (!psThreadPoolWait ()) {
     93    if (!psThreadPoolWait (false)) {
    9394        psError(PS_ERR_UNKNOWN, false, "Unable to interpolate image.");
    9495        return false;
Note: See TracChangeset for help on using the changeset viewer.