Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak on NetworkInterface destruction
We dynamically allocate memory in every add_event_listener(), but we do not free it on NetworkInterface destruction.
- Loading branch information