curl / trurl

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

Trurl_errorf #235

Closed jacobmealey closed 10 months ago

jacobmealey commented 1 year ago

Added trurl_errorf which handles cleanup of struct option before exiting but after printing in case whats being printed must be cleaned up. It is based on #234 so that should be merged before this. Note that this (should) fix the two memory leaks discussed in #232 that were left over.

jacobmealey commented 10 months ago

hm okay, merging from master made a few new memory leaks. I will try and resolve them over the next few days.

bagder commented 10 months ago

Can you take a look at the merge conflict as well?

jacobmealey commented 10 months ago

Okay, this should be all set to merge now.