mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
Close the library before the error handler changes the block.
This commit is contained in:
parent
e2e6563b46
commit
b50e36e017
1 changed files with 1 additions and 1 deletions
|
|
@ -434,8 +434,8 @@ si_load_foreign_module(cl_object filename)
|
|||
output = ecl_library_open(filename, 0);
|
||||
if (output->cblock.handle == NULL)
|
||||
{
|
||||
output = ecl_library_error(output);
|
||||
ecl_library_close(output);
|
||||
output = ecl_library_error(output);
|
||||
}
|
||||
OUTPUT:
|
||||
#ifdef ECL_THREADS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue