Commit c094bee
authored
Segfault with client when using modern version of curl (#173)
curl_multi_cleanup appears to call back through its resources on cleanup
now with a more modern version of the library, to pervent this from
segfaulting the curl_multi_cleanup needs to happen before any of the
libuv resources are destroyed in the ~client().
Closes #1721 parent 05a1d42 commit c094bee
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
164 | | - | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
0 commit comments