[openrtm-commit:02212] r2829 - branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 1月 13日 (金) 14:59:36 JST


Author: sec_fukai
Date: 2017-01-13 14:59:36 +0900 (Fri, 13 Jan 2017)
New Revision: 2829

Modified:
   branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.cpp
Log:
[compat,->DEV_IQ_2016] Convert delete to delete[]. refs #3790

Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.cpp
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.cpp	2017-01-13 05:47:09 UTC (rev 2828)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/CORBA_IORUtil.cpp	2017-01-13 05:59:36 UTC (rev 2829)
@@ -163,7 +163,7 @@
           }
       }
     iorstr = result;
-    delete result;
+    delete[] result;
     return true;
 #else // ORB_IS_RTORB
     // RtORB does not this function.



More information about the openrtm-commit mailing list