IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32715


Ignore:
Timestamp:
Nov 18, 2011, 4:38:40 PM (15 years ago)
Author:
eugene
Message:

need to alloc the job list with an empty array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psThread.c

    r32714 r32715  
    9191
    9292    job->type = psStringCopy(type);
    93     job->args = psArrayAlloc(16);
     93    job->args = psArrayAllocEmpty(16);
    9494    job->results = NULL;
    9595    return job;
Note: See TracChangeset for help on using the changeset viewer.