mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-19 05:51:16 -04:00
actually use found path in obs_load_module
This commit is contained in:
@@ -84,7 +84,7 @@ int obs_load_module(const char *path)
|
||||
bool (*module_load)(void) = NULL;
|
||||
char *plugin_path = find_plugin(path);
|
||||
|
||||
mod.module = os_dlopen(path);
|
||||
mod.module = os_dlopen(plugin_path);
|
||||
bfree(plugin_path);
|
||||
if (!mod.module)
|
||||
return MODULE_FILENOTFOUND;
|
||||
|
||||
Reference in New Issue
Block a user