[openrtm-commit:01043] r2382 - trunk/OpenRTM-aist/src/lib/coil/posix/coil

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 4月 15日 (月) 19:50:06 JST


Author: n-ando
Date: 2013-04-15 19:50:06 +0900 (Mon, 15 Apr 2013)
New Revision: 2382

Modified:
   trunk/OpenRTM-aist/src/lib/coil/posix/coil/Routing.cpp
Log:
[compat,bugfix] pclose() is not called in Linux code. refs #2637

Modified: trunk/OpenRTM-aist/src/lib/coil/posix/coil/Routing.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/posix/coil/Routing.cpp	2013-04-15 09:25:19 UTC (rev 2381)
+++ trunk/OpenRTM-aist/src/lib/coil/posix/coil/Routing.cpp	2013-04-15 10:50:06 UTC (rev 2382)
@@ -115,6 +115,7 @@
             if (vs[i] == "dev")
               {
                 dest_if = vs[i + 1];
+                pclose(fp);
                 return true;
               }
           }



More information about the openrtm-commit mailing list