Author: bpetri
Date: Tue Oct 28 09:11:05 2014
New Revision: 1634822
URL: http://svn.apache.org/r1634822
Log:
CELIX-174: reverting framework free - this seems to cause a race condition with
the framework_shutdown thread
Modified:
celix/trunk/framework/private/src/framework.c
Modified: celix/trunk/framework/private/src/framework.c
URL:
http://svn.apache.org/viewvc/celix/trunk/framework/private/src/framework.c?rev=1634822&r1=1634821&r2=1634822&view=diff
==============================================================================
--- celix/trunk/framework/private/src/framework.c (original)
+++ celix/trunk/framework/private/src/framework.c Tue Oct 28 09:11:05 2014
@@ -272,8 +272,6 @@ celix_status_t framework_destroy(framewo
hashMap_destroy(framework->installedBundleMap, true, false);
}
- free(framework);
-
return status;
}