Skip to content

Commit c6c8645

Browse files
Fixed an issue where DLL was reloaded with ics.override_library_name().
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent d82dc13 commit c6c8645

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dll.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ void dll_uninitialize(void)
4949
return;
5050
}
5151
delete LIBRARY;
52+
LIBRARY = NULL;
5253
}
5354

5455
bool dll_reinitialize(char* name)

0 commit comments

Comments
 (0)