* main.c (exit_main): Call cleanup_objects() *before* exit_dynamic_load(). Otherwise, cleanup_object() will try to destruct objects whose corresponding program have been freed and unloaded. Rev: src/main.c:1.14