Transinfo transform event callback is not cleared once a transform event is over, this casued handleEventBevel to dereference a null pointer. Added a check for this, but it seems the callbacks should be set to NULL when transform loop is done?