Skip to content
  • Christian Kellner's avatar
    glue: fix memory leak in conv_flags_to_str · 0b97bcaa
    Christian Kellner authored
    The function 'bolt_flags_class_to_string' returns a dynamically
    allocated string. This was previously not freed, creating a memory
    leak. Its ownership is now correctly transferred to the GVariant
    instead.
    0b97bcaa