mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 05:06:01 +01:00
FIXME: Close dlhandle
This commit is contained in:
parent
86b54e728b
commit
d1cef30ef3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ zathura_document_plugins_load(void)
|
||||||
fprintf(stderr, "error: could not register plugin\n");
|
fprintf(stderr, "error: could not register plugin\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
dlclose(handle);
|
/*dlclose(handle);*/ // FIXME
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue