IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2006, 11:58:12 AM (20 years ago)
Author:
jhoblitt
Message:

memory leak fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r7613 r7657  
    4747int main(int argc, char **argv)
    4848{
     49    psLibInit(NULL);
     50
    4951    pxConfig *config = dettoolConfig(NULL, argc, argv);
    5052
     
    7678    }
    7779
     80    psFree(config);
     81    psLibFinalize();
     82
    7883    exit(EXIT_SUCCESS);
    7984
    8085FAIL:
    8186    psFree(config);
     87    psLibFinalize();
     88
    8289    exit(EXIT_FAILURE);
    8390}
Note: See TracChangeset for help on using the changeset viewer.