---
storage/ndb/src/mgmapi/mgmapi.cpp | 1 +
1 file changed, 1 insertion(+)
Index: telco-6.2/storage/ndb/src/mgmapi/mgmapi.cpp
===================================================================
--- telco-6.2.orig/storage/ndb/src/mgmapi/mgmapi.cpp 2007-11-08 11:38:56.116444089 +1100
+++ telco-6.2/storage/ndb/src/mgmapi/mgmapi.cpp 2007-11-08 11:39:22.117719363 +1100
@@ -2691,6 +2691,7 @@ int ndb_mgm_report_event(NdbMgmHandle ha
prop = ndb_mgm_call(handle, reply, "report event", &args);
DBUG_CHECK_REPLY(handle, prop, -1);
+ delete prop;
DBUG_RETURN(0);
}
--
Stewart Smith