| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ErrorClass > ErrorClass Methods >====== Kill (perform any necessary termination code) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[init initialize the errorclass object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[message display an error message .htm|{{btn_next_n.gif|Next page}}]] | | || **Kill** {{blk2blue.jpg|blk2blue.jpg}} The **Kill **method disposes any memory allocated during the object's lifetime and performs any other necessary termination code. **Implementation:** Disposes the Errors queue created by the Init method. **Example:** ** GlobalErrors ErrorClass  !declare GlobalErrors object** ** CODE** ** GlobalErrors.Init        !GlobalErrors initialization** ** Main                     !call main procedure** ** GlobalErrors.Kill        !GlobalErrors termination** **See Also:**     [[init initialize the errorclass object .htm|Init]]