The normal_exit command is registered in the normal module during load. However, the command is not unregistered at the module unload. So, this may lead to use-after-free issue when the normal_exit command is invoked after the normal module unload.