Skip to content

Fix: Don't access nullptr library

This fixes a bug where a library was accessed which was previously being requested for deletion. In this case, the library was potentially null - accessing then would cause the program to abort.

Closes #376 (closed)

Merge request reports