glue: plug tiny memory leak by freeing custom_id
The memory for custom_id, to identify a custom conversion, is dynamically allocated, but was not freed in bolt_wire_conv_unref. Explicitly set it to NULL in the other constructor so we don't attempt to free invalid memory.
Please register or sign in to comment