Skip to content
  • Christian Kellner's avatar
    glue: plug tiny memory leak by freeing custom_id · 27ae4440
    Christian Kellner authored
    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.
    27ae4440