Fix quite a few brainos
Each message object should only be used once. Since reusing message
objects is not supported, ensure that the various struct members are
NULL prior to setting them.
Use curl_free rather than free when needed.
Signed-off-by:
Shawn Webb <shawn.webb@hardenedbsd.org>
Please register or sign in to comment