McLeodMoores / xl4j

Framework for writing Excel Add-ins in Java
Other
7 stars 3 forks source link

Excel crashes if you quit while the splash screen is up #106

Closed jimmoores closed 7 years ago

jimmoores commented 7 years ago

This happened due to a heap free operation triggered by the shutdown that didn't wait for the proper state. Refactored into more formal lifecycle state machines.