Remove incorrect finalizer on pkg/mosh/terminal/DrawState
The lifetime of the DrawState should match that of the owning Framebuffer, so no separate finalizer is required for it.
The lifetime of the DrawState should match that of the owning Framebuffer, so no separate finalizer is required for it.