IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34262


Ignore:
Timestamp:
Jul 31, 2012, 4:03:57 PM (14 years ago)
Author:
eugene
Message:

cleanup and free memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppConfigDump/src/ppConfigDump.c

    r31903 r34262  
    211211    psFree(iter);
    212212       
     213    psFree(arguments);
     214    psFree(config);
     215
     216    pmConceptsDone();
     217    pmConfigDone();
     218    psLibFinalize();
     219    if (0) fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psphot");
     220
    213221    die(PS_EXIT_SUCCESS);
    214222}
Note: See TracChangeset for help on using the changeset viewer.