dma
dma copied to clipboard
Fix a memory leak in set_from()
Free the allocated 'sender' string when returning NULL on error.
I don't think this is necessary. Failing set_from
will terminate the process right after.
IMO changes like this are reasonable even if only to silence potential warnings from static analysis tools.
fair enough, but all of dma is written with this idiom. It simplifies a lot of code.