]> git.sesse.net Git - mlt/commitdiff
fix some LADSPA crashing on dlclose on some systems (3538363)
authorDan Dennedy <dan@dennedy.org>
Thu, 28 Jun 2012 06:15:01 +0000 (23:15 -0700)
committerDan Dennedy <dan@dennedy.org>
Thu, 28 Jun 2012 06:15:55 +0000 (23:15 -0700)
src/modules/jackrack/plugin_mgr.c

index b3128cdf900f9af87acdfaf6f4e4b205ea05065e..a5842105c565dd6ab490e09e765703c5a79df8ea 100644 (file)
@@ -80,7 +80,7 @@ plugin_mgr_get_object_file_plugins (plugin_mgr_t * plugin_mgr, const char * file
   int err;
   
   /* open the object file */
-  dl_handle = dlopen (filename, RTLD_LAZY);
+  dl_handle = dlopen (filename, RTLD_NOW);
   if (!dl_handle)
     {
       mlt_log_info( NULL, "%s: error opening shared object file '%s': %s\n",