Re: [PATCH] osm_console_io.c Memory leak when closing console

2013-05-31 Thread Hal Rosenstock
On 5/30/2013 10:38 AM, Line Holen wrote: Use fclose() rather than close() to avoid memory leaks. Also lowered the loglevel of a couple of log messages. Signed-off-by: Line Holen line.ho...@oracle.com Thanks. Applied. -- Hal -- To unsubscribe from this list: send the line unsubscribe

[PATCH] osm_console_io.c Memory leak when closing console

2013-05-30 Thread Line Holen
Use fclose() rather than close() to avoid memory leaks. Also lowered the loglevel of a couple of log messages. Signed-off-by: Line Holen line.ho...@oracle.com --- diff --git a/opensm/osm_console_io.c b/opensm/osm_console_io.c index 18bd5ef..dfc903f 100644 --- a/opensm/osm_console_io.c +++