Author: bpetri
Date: Wed Dec 10 17:56:45 2014
New Revision: 1644496
URL: http://svn.apache.org/r1644496
Log:
Added missing arrayList_destroy
Modified:
celix/trunk/shell/private/src/activator.c
Modified: celix/trunk/shell/private/src/activator.c
URL:
http://svn.apache.org/viewvc/celix/trunk/shell/private/src/activator.c?rev=1644496&r1=1644495&r2=1644496&view=diff
==============================================================================
--- celix/trunk/shell/private/src/activator.c (original)
+++ celix/trunk/shell/private/src/activator.c Wed Dec 10 17:56:45 2014
@@ -207,6 +207,7 @@ celix_status_t bundleActivator_start(voi
shell_createCommandService(bi->helpCmd,
&bi->helpCmdSrv);
bundleContext_registerService(context, (char *)
OSGI_SHELL_COMMAND_SERVICE_NAME, bi->helpCmdSrv, NULL, &bi->helpCommand);
}
+ arrayList_destroy(references);
}
return status;