mirror of https://github.com/c-ares/c-ares.git
Update for commit affc63cba8
.
The original patch from Gregor Jasny did not have the break
statement; I incorrectly added it to prevent continuing the loop.
However, the later entries in the array would then be left
uninitialized, causing problems for later cleanup.
So fix to match Gregor's original patch, with apologies.
pull/32/merge
parent
c49a87eea5
commit
66f40230a0
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue