IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 11:00:22 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/ppTranslate/src/ppMops.c

    r29565 r32337  
    6565    psFree(merged);
    6666    psFree(args);
     67    psFree(detections);
    6768
    6869    psLibFinalize();
     70
     71    fprintf (stderr, "found %d leaks at %s\n",
     72        psMemCheckLeaks2 (0,
     73                NULL, stdout, false, 500), "ppMops");
    6974
    7075    return PS_EXIT_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.