From 8575a5a1e9aefbfd90d2d16e0fa920d364b6f461 Mon Sep 17 00:00:00 2001 From: suter Date: Fri, 30 May 2014 20:56:47 +0200 Subject: [PATCH 1/1] leak-- --- examples/msg/io/remote.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/msg/io/remote.c b/examples/msg/io/remote.c index c0e263dace..3a141bc0e1 100644 --- a/examples/msg/io/remote.c +++ b/examples/msg/io/remote.c @@ -71,6 +71,7 @@ int host(int argc, char *argv[]){ MSG_file_get_size(file), MSG_host_get_name(src), argv[3]); MSG_file_rcopy(file, dest, argv[4]); + MSG_file_close(file); } } -- 2.20.1