curl / trurl

trurl is a command line tool for URL parsing and manipulation.
https://curl.se/trurl/
Other
3.1k stars 99 forks source link

Free allocated pointer on OOM error #290

Closed danielgustafsson closed 3 months ago

danielgustafsson commented 3 months ago

If the allocation of str fails, free the previous memory allocation in the error path.