]> git.sesse.net Git - mlt/commitdiff
fix crash at process exit on ladspa plugins (3458967)
authorDan Dennedy <dan@dennedy.org>
Sun, 18 Dec 2011 19:11:08 +0000 (11:11 -0800)
committerDan Dennedy <dan@dennedy.org>
Sun, 18 Dec 2011 19:11:08 +0000 (11:11 -0800)
src/modules/jackrack/plugin_mgr.c

index 0d67162fb2c5df9448de3635d34f55ca8b3b2e62..b3128cdf900f9af87acdfaf6f4e4b205ea05065e 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_NOW|RTLD_GLOBAL);
+  dl_handle = dlopen (filename, RTLD_LAZY);
   if (!dl_handle)
     {
       mlt_log_info( NULL, "%s: error opening shared object file '%s': %s\n",