505b563 Ticket 50340 cont - structs for disabled plugins will not be freed

Authored and Committed by lkrispen 4 years ago
    Ticket 50340 cont - structs for disabled plugins will not be freed
    
    Bug: The original fix did free structs for not enabled plugins, but
         they remained in the depenendency list of plugins and when the
         list was processed a freed struct could be accessed
    
    Fix: do not add a disabled plugin to the plugin dependency list
    
    Reviewed by: Mark, thanks
    
        
file modified
+1 -1