IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18384


Ignore:
Timestamp:
Jun 30, 2008, 12:17:11 PM (18 years ago)
Author:
Paul Price
Message:

Forgot that you can't realloc an array if it is NULL (doesn't work exactly like realloc system call).

File:
1 edited

Legend:

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

    r18383 r18384  
    120120    list->bounds = NULL;
    121121    list->indices = NULL;
    122     list->duplicates = NULL;
     122    list->duplicates = psArrayAllocEmpty(0);
    123123
    124124    psVector *x = NULL, *y = NULL;      // Source coordinates
Note: See TracChangeset for help on using the changeset viewer.