Skip to content

gdbusmessage: Clean the cached arg0 when setting the message body

Marco Trevisan requested to merge wip/3v1n0/gmessage-arg0-leak-fix into main

We're now caching arg0 but such value is not cleared when a new body is set as it's in the connection filter test cases where we've a leak as highlighted by both valgrind and leak sanitizer

Merge request reports