Skip to content

gdbus-serialization: Don't leak string containing first serialization

Simon McVittie requested to merge wip/smcv/gdbus-test-leak into master

We format the message into a string twice, once for each byte-order, but only return the one corresponding to the last byte-order to the caller. This means we need to free the first one.

Merge request reports