Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin: Avoid calling a destructor on a request that was freed
We are attaching the destructor to notify us when the plugin exits, but we also need to clear them once the request is handled correctly, so we don't call the destructor when it exits later.
- Loading branch information