Menu

#1 LibraryMemory error

open
nobody
None
5
2004-12-30
2004-12-30
No

Repeat bug:
------------
1. Open project
2. Close project
3. Open project -> Generates NullPointerException in
memory.LibraryMemory.memorize():42

Cause:
-------
LibraryMemory creates the Vector libraries as a static
variable. LibraryMemory.dispose() is then called when a
project is closed and sets LibraryMemory.library to
null. Then when a new project is opened again, the
LibraryMemory.library is still null.

Discussion


Log in to post a comment.