Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#3049: clean postcall_cache when drwrap_exit (#3064)
This commit is the supplement for PR #3050. We also need to clean postcall_cache on drwrap_exit, otherwise post_callback will not be invoked at re-attach. This is because the registration of post_callback relies on pre_callback, and the pre_callback checks postcall_cache before registering the post_callback. The stale data in postcall_cache prevents post_callback being registered to the hash table. Issue: #3065, #2157 Fixes #3049
- Loading branch information