Change #272143
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 22 Jun 2026 21:04:45 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 560dc2985ac4909853b295988292f96467fad026 |
Comments
doh: drop redundant `curlx_dyn_free()` call in `doh_probe_done()` The buffer is freed on the next instruction via `Curl_meta_remove()`'s destructor. Reported-by: netspacer.research Follow-up to 1ebd92d0fdbb1693c926f7190442dff00226fbf3 #16384 Closes #22133
Changed files
- lib/doh.c