Author: bpetri
Date: Thu Dec 11 06:09:27 2014
New Revision: 1644561
URL: http://svn.apache.org/r1644561
Log:
CELIX-190: added missing arrayList_destroy
Modified:
celix/trunk/remote_services/topology_manager/private/src/activator.c
Modified: celix/trunk/remote_services/topology_manager/private/src/activator.c
URL:
http://svn.apache.org/viewvc/celix/trunk/remote_services/topology_manager/private/src/activator.c?rev=1644561&r1=1644560&r2=1644561&view=diff
==============================================================================
--- celix/trunk/remote_services/topology_manager/private/src/activator.c
(original)
+++ celix/trunk/remote_services/topology_manager/private/src/activator.c Thu
Dec 11 06:09:27 2014
@@ -166,6 +166,8 @@ celix_status_t bundleActivator_start(voi
status = CELIX_DO_IF(status,
topologyManager_addExportedService(activator->manager, reference, serviceId));
}
+ arrayList_destroy(references);
+
return status;
}