Changeset 1543


Ignore:
Timestamp:
01/12/12 07:02:08 (17 months ago)
Author:
philmoz
Message:

Fix DNG module code to prevent unsafe unloading of module (reyalp-flt branch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reyalp-flt/core/modules.c

    r1542 r1543  
    288288    module_dng_semaphore |= owner; 
    289289 
    290     module_load_generic((void**)&libdng, MODULE_NAME_DNG, bind_module_dng, 0); 
     290    module_load_generic((void**)&libdng, MODULE_NAME_DNG, bind_module_dng, MODULE_FLAG_DISABLE_AUTOUNLOAD); 
    291291 
    292292    if (libdng == 0) 
Note: See TracChangeset for help on using the changeset viewer.