IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2011, 10:04:59 AM (15 years ago)
Author:
Serge CHASTEL
Message:

Fixed memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMops.c

    r29565 r32175  
    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, -1), "ppMops");
    6974
    7075    return PS_EXIT_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.