Hi,
When compiling DirectFB in single app. mode, fusion_reactor_free ()
doesn't call to pthread_mutex_destroy( &reactor->globals_lock ); Is it
OK?
-Ilyes
DirectResult
fusion_reactor_free (FusionReactor *reactor)
{
D_ASSERT( reactor != NULL );
// D_ASSUME( reactor->destroyed );
reactor->reactions = NULL;
pthread_mutex_destroy( &reactor->reactions_lock );
D_FREE( reactor );
return DR_OK;
}
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev