IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2008, 11:45:04 AM (18 years ago)
Author:
Paul Price
Message:

Removing double free.

File:
1 edited

Legend:

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

    r18653 r18768  
    269269
    270270    psTrace("ppStack", 1, "Done reading command-line arguments\n");
    271     psFree(arguments);
    272271    return true;
    273272
    274273ERROR:
    275     psFree(arguments);
    276274    return false;
    277275}
Note: See TracChangeset for help on using the changeset viewer.