mirror of https://github.com/lukechilds/node.git
Browse Source
Make AsyncWrap::~AsyncWrap() virtual, otherwise it is unsafe to delete a derived class through a pointer to AsyncWrap. Fortunately, we don't do that anywhere right now; this commit is merely a preemptive bug fix.archived-io.js-v0.12
Ben Noordhuis
10 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue