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.
Этот коммит содержится в:
родитель
191f8b2781
Коммит
6bbdf75df0
@ -34,6 +34,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
#include "class/ompi_object.h"
|
||||||
#include "runtime/runtime.h"
|
#include "runtime/runtime.h"
|
||||||
#include "util/output.h"
|
#include "util/output.h"
|
||||||
#include "util/cmd_line.h"
|
#include "util/cmd_line.h"
|
||||||
@ -209,5 +210,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
ompi_info::close_components();
|
ompi_info::close_components();
|
||||||
OBJ_RELEASE(cmd_line);
|
OBJ_RELEASE(cmd_line);
|
||||||
|
mca_base_close();
|
||||||
|
ompi_class_finalize();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user