Index: src/vortex_profiles.c =================================================================== --- src/vortex_profiles.c (revision 4479) +++ src/vortex_profiles.c (working copy) @@ -1236,8 +1236,6 @@ (axlDestroyFunc) __vortex_profiles_destroy_profile_item); /* value destroy function */ ctx->profiles_list = axl_list_new (axl_list_always_return_1, NULL); - /* init mutex associated */ - vortex_mutex_create (&ctx->profiles_list_mutex); return; } @@ -1262,9 +1260,6 @@ axl_list_free (ctx->profiles_list); ctx->profiles_list = NULL; - /* destroy mutex */ - vortex_mutex_destroy (&ctx->profiles_list_mutex); - return; }