Skip to content

chatty_conv_parse_message: Plug a leak

Guido Gunther requested to merge guido.gunther/chatty:plug-leak into master

chatty_conv_parse_message() transfers ownership to the caller so make sure the (currently only) caller frees it.

Merge request reports