Update of /src/master/dx/src/uipp/dxui In directory opendx.watson.ibm.com:/tmp/cvs-serv54208
Modified Files:
MacroDefinition.C
Log Message:
Fix 2 memory leaks:
1) Systems that defined HAVE_OPEN_DIR and HAVE_DIRENT_H were leaving
a file descriptor open for each directory from which macros were loaded.
2) The regular expression compiled with regcomp was never released. (There
may still be a small problem here on some systems that have regcmp instead of
regcomp.)
