glue: fix memory leak in conv_flags_to_str
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.
Please register or sign in to comment