1
1

Plug a few memory leaks in order to test new libtool improvements from

Ralf W (core libtool developer).  There are still a few more to plug
in ompi_info (mainly concerned with shutting down OMPI/ORTE
subsystems), but they can wait...

This commit was SVN r5466.
Этот коммит содержится в:
Jeff Squyres 2005-04-20 13:16:32 +00:00
родитель 191f8b2781
Коммит 6bbdf75df0

Просмотреть файл

@ -34,6 +34,7 @@
#endif
#include <errno.h>
#include "class/ompi_object.h"
#include "runtime/runtime.h"
#include "util/output.h"
#include "util/cmd_line.h"
@ -209,5 +210,7 @@ int main(int argc, char *argv[])
ompi_info::close_components();
OBJ_RELEASE(cmd_line);
mca_base_close();
ompi_class_finalize();
return 0;
}