X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fphm2pj.cpp;h=46246117a43f674e00e9e2f154d951c0a9b1a289;hp=b494aa2814b1b7f10c0d72544c897022a1c4c13c;hb=c4af77faf7f216b936f0782e918634d34980c63f;hpb=73d188fc0cf01163d61ecb0662b8a16a44b57eab diff --git a/tools/phm2pj.cpp b/tools/phm2pj.cpp index b494aa2..4624611 100644 --- a/tools/phm2pj.cpp +++ b/tools/phm2pj.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2pj.cpp,v 1.3 2000/07/22 15:45:33 kevin Exp $ +** $Id: phm2pj.cpp,v 1.4 2000/07/23 01:49:03 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -358,6 +358,9 @@ main (int argc, char* argv[]) try { retval = phm2pj_main(argc, argv); +#if HAVE_DMALLOC + // dmalloc_shutdown(); +#endif } catch (exception e) { cerr << "Exception: " << e.what() << endl; } catch (...) {